mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 14:58:02 +01:00
This commit is contained in:
parent
eeac2fa86e
commit
a19f54552b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Change all the variables below to suit your needs:
|
# Change all the variables below to suit your needs:
|
||||||
SOURCE_DIRECTORY="/mnt/data/nextcloud-aio/backups/borg"
|
SOURCE_DIRECTORY="/mnt/backup/nextcloud/borg"
|
||||||
RCLONE_CONFIG="borgbase-nextcloud-aio"
|
RCLONE_CONFIG="borgbase-nextcloud-aio"
|
||||||
|
|
||||||
TARGET_DIRECTORY="repo"
|
TARGET_DIRECTORY="repo"
|
||||||
|
|
Loading…
Reference in a new issue