File: android-deltas-sync/_etc/examples/basic-appprivate-storage/runs/x-content-on-phone.txt

# Trace Termux app-private home folder during initial copy and sync runs.
# Manual zipfile copies from USB to home were done in Fx by SAF after a restart.
# Symlinks, permissions, and nonportable filenames are retained in app-private.

Welcome to Termux!

work$ cd
~$ pwd
/data/data/com.termux/files/home
~$ ls
Contacts.vcf  logcat.txt  storage  temp.py

====

# COPY: after manual zip copy in Fx

~$ ls
Contacts.vcf  logcat.txt  storage  temp.py  test-ads.zip


# COPY: after initial-copy script finish

~$ pwd
/data/data/com.termux/files/home
~$
~$ ls
Contacts.vcf  logcat.txt  storage  temp.py  test-ads
~$
~$ ls -l test-ads/
total 515
-rw-r--r-- 1 u0_a387 u0_a387 180106 Jul 13  2021 'Fed keen to be '\''well positioned'\'' to act on inflation, other risks, minutes show | Reuters.html'
-rw-r--r-- 1 u0_a387 u0_a387 175767 Jul 13  2021 'U.S. consumer prices post largest gain in 13 years; inflation has likely peaked | Reuters.html'
-rw-r--r-- 1 u0_a387 u0_a387 142030 Jul 13  2021 'White House sees supply chain-related price pressures abating, can'\''t say exactly when | Reuters.html'
-rw-r--r-- 1 u0_a387 u0_a387      8 Oct  2  2021 '\\ | < > ? * : " ^'
-rw-r--r-- 1 u0_a387 u0_a387      5 Sep 11  2021 'a?b copy 8.txt'
-rw-r--r-- 1 u0_a387 u0_a387      5 Sep 11  2021 'a|b.txt'
drwxr-xr-x 3 u0_a387 u0_a387   3452 Sep 29  2021 'folder-\\ | < > ? * : " ^'
lrwxrwxrwx 1 u0_a387 u0_a387     12 Sep 12  2021 'not:okay?link' -> z-fold-3.txt
drwxr-xr-x 2 u0_a387 u0_a387   3452 Sep 12  2021 'not<okay?link-nested'
lrwxrwxrwx 1 u0_a387 u0_a387     12 Sep 12  2021  okaylink -> z-fold-3.txt
drwxr-xr-x 3 u0_a387 u0_a387   3452 Oct  4  2021  z-fold-3
-rw-r--r-- 1 u0_a387 u0_a387      5 Oct  2  2021  z-fold-3.txt
~$
~$ cat test-ads/z-fold-3.txt
test

====

# SYNC: after manual zip copy in fx and unzip by script
~$ ls
Contacts.vcf  DELTAS  DELTAS.zip  logcat.txt  storage  temp.py  test-ads


# SYNC: after sync script finish

~$ pwd
/data/data/com.termux/files/home
~$
~$ ls
Contacts.vcf  logcat.txt  storage  temp.py  test-ads
~$
~$ ls -l test-ads/
total 515
-rw-r--r-- 1 u0_a387 u0_a387 180106 Jul 13  2021 'Fed keen to be '\''well positioned'\'' to act on inflation, other risks, minutes show | Reuters.html'
-rw-r--r-- 1 u0_a387 u0_a387 175767 Jul 13  2021 'U.S. consumer prices post largest gain in 13 years; inflation has likely peaked | Reuters.html'
-rw-r--r-- 1 u0_a387 u0_a387 142030 Jul 13  2021 'White House sees supply chain-related price pressures abating, can'\''t say exactly when | Reuters.html'
-rw-r--r-- 1 u0_a387 u0_a387      8 Oct  2  2021 '\\ | < > ? * : " ^'
-rw-r--r-- 1 u0_a387 u0_a387      5 Sep 11  2021 'a?b copy 9.txt'
-rw-r--r-- 1 u0_a387 u0_a387      5 Sep 11  2021 'a|b.txt'
drwxr-xr-x 3 u0_a387 u0_a387   3452 Sep 29  2021 'folder-\\ | < > ? * : " ^'
lrwxrwxrwx 1 u0_a387 u0_a387     12 Sep 12  2021 'not:okay?link' -> z-fold-3.txt
drwxr-xr-x 2 u0_a387 u0_a387   3452 Sep 12  2021 'not<okay?link-nested'
lrwxrwxrwx 1 u0_a387 u0_a387     12 Sep 12  2021  okaylink -> z-fold-3.txt
drwxr-xr-x 3 u0_a387 u0_a387   3452 Oct  4  2021  z-fold-3
-rw-r--r-- 1 u0_a387 u0_a387      8 Nov 10 11:39  z-fold-3.txt
~$
~$ cat test-ads/okaylink
PPPtest
~$
~$ cat test-ads/z-fold-3.txt
PPPtest
~$



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