This commit is contained in:
parent
8b7dc40079
commit
d369aed22d
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +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}"
|
borg list "${SSH_ALIAS}:${DEST}"
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
|
Loading…
Reference in a new issue