wie bekomme ich das so hin das ich bei backup2l
von Sontags bis Donnerstag eine incr backup habe Freitage eine Diff Backup und Samstag Vollbackup
# Backup parameters
# Number of levels of differential backups (1..9)
MAX_LEVEL=3
# Maximum number of differential backups per level (1..9)
MAX_PER_LEVEL=8
# Maximum number of full backups (1..
![Cool 8)](./images/smilies/icon_cool.gif)
MAX_FULL=2
# For differential backups: number of generations to keep per level;
# old backups are removed such that at least GENERATIONS * MAX_PER_LEVEL
# recent versions are still available for the respective level
GENERATIONS=1
# If the following variable is 1, a check file is automatically generated
CREATE_CHECK_FILE=1
Grus unix1988