Output added and modified files when doing backups

dev
hkbakke 2017-05-20 14:03:13 +02:00
parent 645e14c34b
commit a2d796492d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ borg_backup () {
EXCLUDE_CMD+=( --exclude "${EXCLUDE}" )
done
${BORG} create --info --stats \
${BORG} create --info --stats --list --filter AME \
--compression lz4 \
--numeric-owner \
"${BORG_REPO}"::"{hostname}-$(date -u +'%Y%m%dT%H%M%SZ')" \