aboutsummaryrefslogtreecommitdiff
path: root/examples/example.dup
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2006-03-15 00:06:19 +0000
committerMicah Anderson <micah@riseup.net>2006-03-15 00:06:19 +0000
commite94597ad053204c0a056505fe3f017ff325489fd (patch)
tree11bbc5cece415b99ceaf8733866b936833d5defa /examples/example.dup
parent0137962360bd449b4699e06bc9fad6285492f3a9 (diff)
downloadbackupninja-e94597ad053204c0a056505fe3f017ff325489fd.tar.gz
backupninja-e94597ad053204c0a056505fe3f017ff325489fd.tar.bz2
Harder than it looks at first! This appears to fix it, but please try it out.
Diffstat (limited to 'examples/example.dup')
-rw-r--r--examples/example.dup14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/example.dup b/examples/example.dup
index e6a66a8..a5c1b67 100644
--- a/examples/example.dup
+++ b/examples/example.dup
@@ -55,20 +55,6 @@ password = a_very_complicated_passphrase
# files to include in the backup
# (supports globbing with '*')
-# BIG FAT WARNING
-# Symlinks are not dereferenced. Moreover, an include line whose path
-# contains, at any level, a symlink to a directory, will only have the
-# symlink backed-up, not the target directory's content. Yes, you have
-# to dereference yourself the symlinks, or to use 'mount --bind'
-# instead.
-# EXAMPLE
-# Let's say /home is a symlink to /mnt/crypt/home ; the following line
-# will only backup a "/home" symlink ; neither /home/user nor
-# /home/user/Mail will be backed-up :
-# include = /home/user/Mail
-# A workaround is to 'mount --bind /mnt/crypt/home /home' ; another
-# one is to write :
-# include = /mnt/crypt/home/user/Mail
include = /var/spool/cron/crontabs
include = /var/backups