Added current scripts
This commit is contained in:
5
music-backup-to-phone
Executable file
5
music-backup-to-phone
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "The configured transfer is quite slow, to use the faster option, use adb push."
|
||||
echo "Example working for Pixel 7 Pro: adb push '/mnt/ntfs/samsung-1tb/Users/Allen/Music' '/sdcard/Documents/'"
|
||||
rsync -r -t -v --progress -s --ignore-existing '/mnt/ntfs/samsung-1tb/Users/Allen/Music/' '/mnt/mtp/Internal shared storage/Documents/Music'
|
Reference in New Issue
Block a user