aboutsummaryrefslogtreecommitdiffstats
path: root/rbu.conf
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-01-29 15:31:27 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-01-29 15:35:06 +0000
commit05f986658bc04e2dc514b2c3e7777007cb6fb65c (patch)
treedb49882a6aac4ea68b7fa6285c340c09466abcc5 /rbu.conf
downloadalpine-backup-05f986658bc04e2dc514b2c3e7777007cb6fb65c.tar.bz2
alpine-backup-05f986658bc04e2dc514b2c3e7777007cb6fb65c.tar.xz
Initial commit
Diffstat (limited to 'rbu.conf')
-rw-r--r--rbu.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/rbu.conf b/rbu.conf
new file mode 100644
index 0000000..c54e2af
--- /dev/null
+++ b/rbu.conf
@@ -0,0 +1,22 @@
+# enable and set encryption
+export ENCRYPTION=aes-256-cbc
+# Encryption password
+export PASSWORD=mysecurepassword
+# backup location
+export LBU_BACKUPDIR=/var/lib/backup
+# amount of backups to store
+export BACKUP_LIMIT=7
+# if this host is a guest set HOST to hostname of host
+# export HOST=
+# the location of the backup cache
+export BACKUP_CACHE=/var/cache/backup
+# backup directory to be picked up by pre script
+export BACKUP_LOCATION="$LBU_BACKUPDIR"
+# ssh backup server to send backups to
+export BACKUP_SERVER="user@backupserver.tld"
+
+# Custom profile settings
+
+# the mysql password to be picked up by pre script
+# export MYSQL_PASSWORD=mysecurepasword
+