borg: Move more arguments onto their own lines
just to make things easier to read
This commit is contained in:
parent
c1ea2bac17
commit
62ec0be26f
@ -1,4 +1,8 @@
|
||||
alias borg-backup="sudo borg create /run/media/adam/Backup/borg-backups::`hostname`-\`date +%Y-%m-%d\` --compression zlib,5 -p /home/adam/ /etc/ \
|
||||
alias borg-backup="sudo borg create \
|
||||
/run/media/adam/Backup/borg-backups::`hostname`-\`date +%Y-%m-%d\` \
|
||||
--compression zlib,5 -p \
|
||||
/home/adam/ \
|
||||
/etc/ \
|
||||
--exclude /home/adam/.cache \
|
||||
--exclude /home/adam/.local/share/Steam \
|
||||
--exclude /home/adam/.local/share/openjk \
|
||||
|
Loading…
Reference in New Issue
Block a user