]> arthur.barton.de Git - ax-unix.git/commitdiff
bup-save-user: Always show existing saves in columns
authorAlexander Barton <alex@barton.de>
Mon, 16 Oct 2017 17:57:11 +0000 (19:57 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 16 Oct 2017 17:57:11 +0000 (19:57 +0200)
bup/save-user/bup-save-user

index cf473ccaebe1798de7dd73f2777d51242a2de17c..9fd5bbf0e9e172132390d8c2d5c980bc7f83f3a3 100755 (executable)
@@ -37,6 +37,6 @@ bup index --update --xdev --exclude-rx="/.cache/." $paths || exit 1
 bup save --name "$LOGNAME" $paths
 exit_code=$?
 
-bup ls "$LOGNAME" || exit 1
+bup ls "$LOGNAME" || exit 1 | column
 
 exit $exit_code