mirror of
https://github.com/FliegendeWurst/borg-homedir-excludes.git
synced 2024-11-09 15:40:35 +00:00
added note that comments must be one line
This commit is contained in:
parent
9cd1b09d57
commit
077eb6f001
@ -23,4 +23,10 @@
|
|||||||
# if it is all fine, start your backup with
|
# if it is all fine, start your backup with
|
||||||
rsync -aP --exclude-from=/var/tmp/ignorelist /home/$USER/ $BACKUPDIR
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user