feat: output backup list
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-05-20 13:50:01 -03:00
parent 1ec77166f8
commit 8b7dc40079

View file

@ -38,5 +38,6 @@ done
borg init --encryption=repokey "${SSH_ALIAS}:${DEST}"
borg create -v --stats "${SSH_ALIAS}:${DEST}::${DATE}" "${ORIG}"
borg prune -v --stats --keep-daily ${KEEP} "${SSH_ALIAS}:${DEST}"
borg list ${KEEP} "${SSH_ALIAS}:${DEST}"
exit $?