aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-08-26 02:04:13 +0200
committerintrigeri <intrigeri@boum.org>2010-08-26 02:04:13 +0200
commit93041732b3ccffa113693af8480d69fc080d9ec1 (patch)
treeb2950b49cba6a22b448a7e88819c2ac6c26847ad /examples
parente6c65815c8201d123f477e05a367832204c39886 (diff)
parent40155781065eb7254eb9fc9c48bd85b0b8ace4c0 (diff)
downloadbackupninja-93041732b3ccffa113693af8480d69fc080d9ec1.tar.gz
backupninja-93041732b3ccffa113693af8480d69fc080d9ec1.tar.bz2
Merge branch 'master' into debian
Conflicts: examples/example.ldap
Diffstat (limited to 'examples')
-rw-r--r--examples/example.dup38
-rw-r--r--examples/example.ldap11
-rw-r--r--examples/example.rdiff1
3 files changed, 38 insertions, 12 deletions
diff --git a/examples/example.dup b/examples/example.dup
index ea4d66e..0ed5b2a 100644
--- a/examples/example.dup
+++ b/examples/example.dup
@@ -19,7 +19,8 @@
## Default:
# nicelevel = 0
-## test the connection? set to no to skip the test if the remote host is alive
+## test the connection? set to no to skip the test if the remote host is alive.
+## if 'desturl' is set below, 'testconnect' must be set to 'no' for now.
##
## Default:
# testconnect = yes
@@ -134,6 +135,7 @@ include = /var/lib/dpkg/status-old
# files to exclude from the backup
exclude = /home/*/.gnupg
+exclude = /var/cache/backupninja/duplicity
######################################################
## destination section
@@ -147,6 +149,14 @@ exclude = /home/*/.gnupg
## Default:
# incremental = yes
+## how many days of incremental backups before doing a full backup again ;
+## default is 30 days (one can also use the time format of duplicity).
+## if increments = keep, never automatically perform a new full backup ;
+## only perform incremental backups.
+##
+## Default:
+# increments = 30
+
## how many days of data to keep ; default is 60 days.
## (you can also use the time format of duplicity)
## 'keep = yes' means : do not delete old data, the remote host will take care of this
@@ -161,6 +171,7 @@ exclude = /home/*/.gnupg
## desturl = file:///usr/local/backup
## desturl = rsync://user@other.host//var/backup/bla
## desturl = s3+http://
+## desturl = ftp://myftpuser@ftp.example.org/remote/ftp/path
## the default value of this configuration option is not set:
##
## Default:
@@ -175,8 +186,14 @@ exclude = /home/*/.gnupg
# awsaccesskeyid =
# awssecretaccesskey =
-## bandwith limit, in kbit/s ; default is 0, i.e. no limit an example
-## setting would be:
+## FTP password, needed for backups using desturl = ftp://...
+##
+## Default:
+# ftp_password =
+
+## bandwith limit, in kbit/s ; default is 0, i.e. no limit
+## if using 'desturl' above, 'bandwidthlimit' must not be set
+## an example setting of 128 kbps would be:
## bandwidthlimit = 128
##
## Default:
@@ -191,14 +208,18 @@ exclude = /home/*/.gnupg
## Default:
# sshoptions =
-## put the backups under this directory, this must be set!
+## put the backups under this destination directory
+## if using 'desturl' above, this must not be set
+## in all other cases, this must be set!
## an example setting would be:
## destdir = /backups
##
## Default:
# destdir =
-## the machine which will receive the backups, this must be set!
+## the machine which will receive the backups
+## if using 'desturl' above, this must not be set
+## in all other cases, this must be set!
## an example setting would be:
## desthost = backuphost
##
@@ -206,12 +227,11 @@ exclude = /home/*/.gnupg
# desthost =
## make the files owned by this user
-## note: you must be able to ssh backupuser@backhost
-## without specifying a password (if type = remote).
+## if using 'desturl' above, this must not be set
+## note: if using an SSH based transport and 'type' is set to 'remote', you must
+## be able to 'ssh backupuser@backuphost' without specifying a password.
## an example setting would be:
## destuser = backupuser
##
## Default:
# destuser =
-
-
diff --git a/examples/example.ldap b/examples/example.ldap
index ee7c57d..174ed1d 100644
--- a/examples/example.ldap
+++ b/examples/example.ldap
@@ -46,6 +46,11 @@
## ldaphost (no default): set this to your ldap host if it is not local
# ldaphost =
-## tls (default yes): if set to 'yes' then TLS connection will be
-## attempted to your ldaphost by using the URI base ldaps: otherwise ldap: will be used
-# tls = yes \ No newline at end of file
+## ssl (default yes): if set to 'yes' then SSL connection will be
+## attempted to your ldaphost by using ldaps://
+# ssl = yes
+
+## tls (default no): if set to 'yes' then TLS connection will be
+## attempted to your ldaphost by using TLS extended operations (RFC2246,
+## RFC2830)
+# tls = no
diff --git a/examples/example.rdiff b/examples/example.rdiff
index 08e8869..5adecd8 100644
--- a/examples/example.rdiff
+++ b/examples/example.rdiff
@@ -122,6 +122,7 @@ include = /var/lib/dpkg/status-old
## files to exclude from the backup
exclude = /home/*/.gnupg
+exclude = /var/cache/backupninja/duplicity
######################################################
## destination section