aboutsummaryrefslogtreecommitdiff
path: root/backup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'backup.conf')
-rw-r--r--backup.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/backup.conf b/backup.conf
index 297024f..4d12eca 100644
--- a/backup.conf
+++ b/backup.conf
@@ -23,6 +23,28 @@ prologue_hook=
epilogue_hook=
##########################################################################
+# Archivation setup
+##########################################################################
+
+# Interval in weeks during which old backups and snapshots are retained.
+# If zero or empty, backups are retained forever.
+backup_retain_interval=
+
+
+##########################################################################
+# S3 configuration.
+##########################################################################
+
+# To use S3 as the backup storage, define this variable to the name of the
+# bucket to keep backups in.
+backup_bucket_name=
+
+# Mountpoint for the raw bucket.
+#backup_mp_s3backer=/mnt/s3backer
+# Mountpoint for the actual file system.
+#backup_mp_s3=/mnt/s3
+
+##########################################################################
# Tar setup.
#
# Tar setup variables configure invocation of tar.

Return to:

Send suggestions and report system problems to the System administrator.