r188@krups: intrigeri | 2005-10-03 01:14:37 +0200
[matthijs/upstream/backupninja.git] / etc / backup.d / example.dup
index 37ca92efb9da7ea4348c51c4bdb37d7eb112d448..7db77710c755167cb68634c69604d2ef05a99a68 100644 (file)
@@ -15,7 +15,8 @@ nicelevel = 19
 [gpg]
 
 # passphrase needed to unlock the GnuPG key
-password = "a_very_complicated_passphrase"
+# NB: do not quote it, and it should not contain any quote
+password = a_very_complicated_passphrase
 
 # default is no, for backward compatibility with backupninja <= 0.5.
 # when set to yes, encryptkey option must be set below.
@@ -81,6 +82,10 @@ exclude = /home/*/.gnupg
 
 [dest]
 
+# perform an incremental backup? (default = yes)
+# if incremental = no, perform a full backup in order to start a new backup set
+#incremental = yes
+
 # 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