make the borg backup script more verbose

I've forgot to add "-v --stats" to the prune command. Which I wasn't able to
see how much data got deleted by the command.
This commit is contained in:
Andreas 2016-08-29 20:19:28 +02:00
parent 718156da08
commit c93df9b100
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ export BORG_PASSPHRASE=Password
borg create -v --stats ::$(hostname)_$(date -I) /home/andreas/
borg prune --prefix $(hostname)_201 --keep-daily=7 --keep-weekly=4 --keep-monthly=12 --keep-yearly=1
borg prune -v --stats --prefix $(hostname)_201 --keep-daily=7 --keep-weekly=4 --keep-monthly=12 --keep-yearly=1