diff --git a/seqs/backup.cfg.example b/seqs/backup.cfg.example index 8f01601..1bedfb4 100644 --- a/seqs/backup.cfg.example +++ b/seqs/backup.cfg.example @@ -10,8 +10,9 @@ BACKUP_TARGET="/backup" # Exclude notation "directory/*" creates the directory but NOT its content +# Leading slash binds the rule to the "root" of the transfer operation BACKUP_EXCLUDES=(\ - "backup*"\ + "/backup*"\ "/home/network/*"\ "/dev/*"\ "/proc/*"\