feat: output backup list
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1ec77166f8
commit
8b7dc40079
1 changed files with 1 additions and 0 deletions
|
@ -38,5 +38,6 @@ done
|
||||||
borg init --encryption=repokey "${SSH_ALIAS}:${DEST}"
|
borg init --encryption=repokey "${SSH_ALIAS}:${DEST}"
|
||||||
borg create -v --stats "${SSH_ALIAS}:${DEST}::${DATE}" "${ORIG}"
|
borg create -v --stats "${SSH_ALIAS}:${DEST}::${DATE}" "${ORIG}"
|
||||||
borg prune -v --stats --keep-daily ${KEEP} "${SSH_ALIAS}:${DEST}"
|
borg prune -v --stats --keep-daily ${KEEP} "${SSH_ALIAS}:${DEST}"
|
||||||
|
borg list ${KEEP} "${SSH_ALIAS}:${DEST}"
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
|
Loading…
Reference in a new issue