From 62ec0be26f2764a8e47d7cb769c7828ba64417a9 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 27 Feb 2016 12:22:05 -0500 Subject: [PATCH] borg: Move more arguments onto their own lines just to make things easier to read --- .aliases/command-specific/borg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.aliases/command-specific/borg b/.aliases/command-specific/borg index e7cc248..416096f 100644 --- a/.aliases/command-specific/borg +++ b/.aliases/command-specific/borg @@ -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 \