added note that comments must be one line

This commit is contained in:
Ruben Barkow 2016-07-02 04:26:12 +02:00 committed by GitHub
parent 9cd1b09d57
commit 077eb6f001

View File

@ -23,4 +23,10 @@
# if it is all fine, start your backup with
rsync -aP --exclude-from=/var/tmp/ignorelist /home/$USER/ $BACKUPDIR
At the start, there is a section with directories, probably not worth a backup. Uncomment those lines to exclude them as well.
You can edit the ignorelist file before execution as it serves you well:
- At the start, there is a section with directories, probably not worth a backup. Uncomment those lines to exclude them as well.
- All lines starting with a `#` are being ignored.
- The syntax doesn't support comments at the end of a line jet.