File: android-deltas-sync/_etc/examples/x-3-devices-with-pc-as-phone/configs/windows/config_phone.py

"""
=======================================================================
PHONE setup code => EDIT ME ON YOUR PHONE.

--See this package's top-level config_phone.py for docs trimmed here--

=======================================================================
"""

# SETTINGS


#
# PC is the TO 'phone' here, not FROM
#
# This requires a manual deltas-zip copy, but updates skip full comparisons.
# If you already have a deltas zip for Android 11, this may be quicker.
#


# Folders: quoted paths

LOGS  = r'~\Downloads\deltas-logs'           # logfiles folder (tail -f to watch)
MALL  = r'~\Downloads\Mergeall-source'       # Mergeall source-code folder

FROM  = '~\\Desktop\\temp'                   # path to $STUFF and DELTAS zips copied
TO    = '~\\Desktop'                         # path to $STUFF archive root on phone
STUFF = 'MY-STUFF'                           # name of archive's root folder


# Options: True or False

PauseSteps      = True     # stop for enter or ctrl-c between steps?
ShowRuntimes    = True     # display each step's runtime in the console? 
UnixPermissions = False    # copy Unix permissions to phone app storage (see readme)?
ForceKeyToClose = False    # require enter/return to close script (Termux:Widget)?
BackupChanges   = True     # save phone items changed so sync can be rolled back?
CheckFilenames  = True     # ask to run nonportable-filenames fixer on exports? [1.2]



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