Skip to content
Snippets Groups Projects

prune and verify after dir handling

Merged Hahn Axel (hahn) requested to merge unlock-before-backup into master
3 files
+ 9
28
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
7
@@ -174,9 +174,9 @@
fi
}
# forget old data
# prune old data
# uses global vars from ../../transfer.sh
function t_backupDoForget(){
function t_backupDoPrune(){
echo "--- FORGET some data"
cmd="duplicity remove-older-than $STORAGE_KEEP --force ${ARGS_DEFAULT} ${STORAGE_TARGETPATH}"
echo $cmd
@@ -187,11 +187,6 @@
t_rcCheckCleanup $myrc
}
# prune old data
# uses global vars from ../../transfer.sh
function t_backupDoPrune(){
echo "--- PRUNE is not implemented yet for duplicity."
}
# verify backup data
# uses global vars from ../../transfer.sh
function t_backupDoVerify(){
Loading