9 lines
575 B
Plaintext
9 lines
575 B
Plaintext
RSYNC_COMMAND="rsync --partial --info=progress2 --progress --verbose --no-i-r -a --exclude=/syncthing --exclude=/Movies --exclude=.thumbnails --exclude=/Android --exclude=/Download/Images --delete"
|
|
SOURCE_LOCATION="/storage/emulated/0/"
|
|
HOSTNAME="android-phone"
|
|
REMOTE_HOST="user@example.com"
|
|
DESTINATION_LOCATION="~/tmp/borg/$HOSTNAME/"
|
|
BORG_COMMAND="borg create --verbose --progress --stats --one-file-system --exclude-caches --compression auto,lzma"
|
|
BORG_REPO="runner2:borg/$HOSTNAME"
|
|
# PRUNE_COMMAND="borg prune -v --list --keep-daily 7 --keep-weekly 4 --keep-monthly 2"
|