File: android-deltas-sync/_etc/examples/large-shared-storage/runs/PRIOR-SYNC/4-sync-changes-phone.txt

#-----------------------------------------------------------------
# Caveat: this was run before the [BackupChanges = False] config 
# preset was added to avoid slow __bkp__ folder prunes.  With the
# new preset, the apply step runs faster; most of its time here 
# was spent in a prior-backup delete, which is slow in Android 11.
#-----------------------------------------------------------------

$ A=/sdcard/Download/fold3-vs-deltas/android-deltas-sync/

$ python3 $A/sync-changes-part2-phone.py
Android Deltas Sync 1.0

Syncing:
from /sdcard/Android/data/com.termux/DELTAS.zip
to   /sdcard/MY-STUFF
logs /sdcard/Download/deltas-logs

Manually copy or move DELTAS.zip
    from the root of the USB drive
    to   /sdcard/Android/data/com.termux
using any Android file-explorer app with suitable storage permissions.

Press enter/return here when the copy is finished...

START: Unzipping deltas on phone
Press enter/return to continue
    Runtime: 0m, 0.506s
Zip extract summary:
    Extract finished: files=40, folders=16, symlinks=0, unknowns=0.

START: Applying deltas to phone
Press enter/return to continue
    Runtime: 0m, 56.845s
Mergeall summary:
    -------------------------------------------------------------------------------
    *Summary
    Compared    => files: 23, folders: 16, symlinks: 0
    Differences => samefile: 23, uniqueto: n/a, uniquefrom: 16, mixedmode: 0
    Changed:
    files   => created: 16, deleted: 1, replaced: 23
    folders => created: 0, deleted: 0, replaced: 0
    -------------------------------------------------------------------------------
    Finished.
Removing deltas folder from phone
    Runtime: 0m, 0.032s
Removing deltas zip from phone (remove manually from proxy as needed)
    Runtime: 0m, 0.022s

Running postcopy hooks

Finished - total elapsed time (h:m:s) = 0:2:40
See logs in "/sdcard/Download/deltas-logs".
$



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