mirror of
https://github.com/FliegendeWurst/borg-homedir-excludes.git
synced 2024-11-09 15:40:35 +00:00
Fix formatting/stray words in documentation
This commit is contained in:
parent
38bc180aad
commit
8b36c29c06
@ -1,6 +1,6 @@
|
|||||||
# rsync-homedir-excludes
|
# rsync-homedir-excludes
|
||||||
|
|
||||||
#Usage:
|
## Usage:
|
||||||
|
|
||||||
# download to `/var/tmp/ignorelist`
|
# download to `/var/tmp/ignorelist`
|
||||||
wget https://raw.githubusercontent.com/rubo77/rsync-homedir-excludes/master/rsync-homedir-excludes.txt -O /var/tmp/ignorelist
|
wget https://raw.githubusercontent.com/rubo77/rsync-homedir-excludes/master/rsync-homedir-excludes.txt -O /var/tmp/ignorelist
|
||||||
@ -24,5 +24,3 @@
|
|||||||
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.
|
At the start, there is a section with directories, probably not worth a backup. Uncomment those lines to exclude them as well.
|
||||||
|
|
||||||
If you
|
|
Loading…
Reference in New Issue
Block a user