Skip to content
Snippets Groups Projects

Prune and verify

Merged Hahn Axel (hahn) requested to merge prune_and_verify into master
11 files
+ 273
68
Compare changes
  • Side-by-side
  • Inline

Files

@@ -107,6 +107,14 @@ sambashares = 1
@@ -107,6 +107,14 @@ sambashares = 1
restore-path = /restore
restore-path = /restore
 
# ----------------------------------------------------------------------
 
# automatic tasks on each backup run
 
# ----------------------------------------------------------------------
 
 
# number of days when to prune and verify backup.
 
# set it to 0 to run prune and verify in each backup run.
 
prune-after = 3
 
verify-after = 7
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
#
#
@@ -239,6 +247,15 @@ restore any data anymore.
@@ -239,6 +247,15 @@ restore any data anymore.
`passphrase = EnterYourSecretHere`
`passphrase = EnterYourSecretHere`
 
## Prune-after
 
 
You can define how often to prune old data.
 
Set an integer for age in days here. If it is 0 then it will be executed on each backup run.
 
 
`prune-after = 3`
 
 
Remark: You can force the prune functionality by executing `transfer.sh prune`
 
## restic_*
## restic_*
Variables that are specific for restic. They will be used when you set
Variables that are specific for restic. They will be used when you set
@@ -334,3 +351,11 @@ Duplicity supports 2 modes.
@@ -334,3 +351,11 @@ Duplicity supports 2 modes.
see also **bin**
see also **bin**
 
## Verify-after
 
 
You can define how often to verify integrity of the backup repoitory data.
 
Set an integer for age in days here. If it is 0 then it will be executed on each backup run.
 
 
`verify-after = 3`
 
 
Remark: You can force the verify functionality by executing `transfer.sh verify`
 
\ No newline at end of file
Loading