borg: Move more arguments onto their own lines

just to make things easier to read
This commit is contained in:
Adam Goldsmith 2016-02-27 12:22:05 -05:00
parent c1ea2bac17
commit 62ec0be26f
1 changed files with 5 additions and 1 deletions

View File

@ -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 \