mirror of
https://github.com/FliegendeWurst/borg-homedir-excludes.git
synced 2024-11-09 15:40:35 +00:00
8 lines
299 B
Markdown
8 lines
299 B
Markdown
# rsync-homedir-excludes
|
|
|
|
#Usage:
|
|
|
|
download to `/var/tmp/ignorelist`
|
|
rsync -aP --exclude-from=/var/tmp/ignorelist /home/$USER/ /media/$USER/linuxbackup/home/$USER/
|
|
|
|
At the start, there is a section with directories, probably not worth a backup. Uncomment those lines to exclude them as well. |