Merge branch 'master' of https://gitea.austenwares.com/stonewareslord/borg-remote-android
This commit is contained in:
commit
04a02e91a5
7
env.dist
7
env.dist
@ -0,0 +1,7 @@
|
||||
RSYNC_COMMAND="rsync --partial --info=progress2 --progress --verbose --no-i-r -a --exclude=Android --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"
|
Loading…
Reference in New Issue
Block a user