Add examples to adjust borg frequency
This commit is contained in:
parent
b213ffbd35
commit
7a97324d2c
1 changed files with 5 additions and 0 deletions
|
|
@ -226,6 +226,11 @@
|
||||||
# Use SSH alias from SSH config for remote backup
|
# Use SSH alias from SSH config for remote backup
|
||||||
repositoryUrl = "ssh://storage-box/./hs";
|
repositoryUrl = "ssh://storage-box/./hs";
|
||||||
backupPaths = [ "/home" "/var/lib/containers" ];
|
backupPaths = [ "/home" "/var/lib/containers" ];
|
||||||
|
# Examples:
|
||||||
|
# backupFrequency = "daily"; # Midnight (default)
|
||||||
|
# backupFrequency = "*-*-* 03:00:00"; # Every day at 3:00 AM
|
||||||
|
# backupFrequency = "*-*-* 22:30:00"; # Every day at 10:30 PM
|
||||||
|
# backupFrequency = "Mon,Wed,Fri 02:00:00"; # Mon/Wed/Fri at 2:00 AM
|
||||||
backupFrequency = "daily";
|
backupFrequency = "daily";
|
||||||
retention = {
|
retention = {
|
||||||
keepDaily = 7;
|
keepDaily = 7;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue