summarylogtreecommitdiffstats
path: root/luky-borg-backup.conf
blob: 1341affd89cae205136b5e281e505c5c150bfce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Optionally, set a MOUNTPOINT to mount at start and unmount at finish
# (if it wasn't mounted already at start). i.e.:
# MOUNTPOINT=/mnt 

# Optionally set the Stack (or Owncloud or Nextcloud) folder to sync backups to. i.e.:
# CLOUDFOLDER="https://transip.stackstorage.com/remote.php/webdav/backup"

# Optionally set a username and password for Stack (or Owncloud or Nextcloud). i.e.: 
# CLOUDUSER="admin"
# CLOUDPASSWORD="password"

# Optionally export the BORG_PASSPHRASE to be able to non-interactively create an encrypted backup (Recommended). i.e.:
# export BORG_PASSPHRASE='secret'

# Optionally, export other BORG Environment Variables. i.e.:
# export BORG_RELOCATED_REPO_ACCESS_IS_OK=yes # non-interactively accept relocation of a repository

# Set the borg REPOSITORY to backup to. i.e.:
# REPOSITORY="$MOUNTPOINT/backup"

# Define the folders/files to include/exclude. i.e.:
# SOURCES="\
#          /etc \
#          /srv/http \
#          -e /etc/mtab \
#          "