meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:backup:duply [2018/02/16 08:19] niziaklinux:backup:duply [2018/04/17 08:05] niziak
Line 66: Line 66:
   * MAX_FULLS_WITH_INCRS=1   * MAX_FULLS_WITH_INCRS=1
 Will keep 2 full backup sets, but only one with increments (last one). Will keep 2 full backup sets, but only one with increments (last one).
 +
 +Sometimes it is good to check whether incremental backups are meaningful (it depends on type of data stored). If command
 +<code bash>duply gitlab status</code> shows that number of volume with each increment is similar to full backup, then making increments has no sense, ane time to keep increments
 +can be short e.g. MAX_FULLBKP_AGE=7D
  
  
Line 88: Line 92:
 </file> </file>
  
-====== shell function =====+===== shell function =====
 <code bash> <code bash>
 function run_duply() { function run_duply() {