File: android-deltas-sync/_etc/bash-version/config-pc.txt

#####################################################################
# PC setup code => EDIT ME.  Shared by initial copies and syncs.
# This is Bash code: no spaces around '=', quote nonalphanum paths.
# You need to edit this file on the PC copy of this package only.
#
# For L, give the path to a folder on your PC for logfile saves.
#
# For M, give the path to the folder where you've unzipped the
# Mergeall source-code package on your PC (any folder will do).
#
# For F (from), give the path to the content copy on your PC.
# For T (to),   give the path to the content copy on your proxy drive.
# For STUFF,    give the name of your content's top-level folder.
#
# In combination:
#    - $F/$STUFF is your content copy's folder on the PC
#    - $T/$STUFF is your content copy's folder on the proxy drive
#####################################################################

L=~/Desktop/deltas-logs              # logfiles folder (tail -f to watch)
M=/Users/me/MY-STUFF/Code/mergeall   # Mergeall source-code folder

F=/Users/me/Desktop/temp   # F=/Users/me                          # path to $STUFF archive root on PC (from)
T=/Volumes/SAMSUNG_T5                # path to $STUFF archive root on proxy (to)
STUFF=test-mangles         # MY-STUFF                       # name of archive's root folder

# y or n option settings
PauseSteps=y                         # stop for enter or ctrl-c between steps?
VerifyProxy=y                        # verify proxy copy with mergeall/diffall?
PreviewSyncs=y                       # show differences and ask before saving deltas?
CheckFilenames=y                     # ask to run nonportable-filenames fixer?



[Home page] Books Code Blog Python Author Train Find ©M.Lutz