lookshe
7d20bbf82b
rotation and incremental is no longer needed due to use of borg backup removing old backups can be done with "borg prune" which will perhaps be added later with some configuration
13 lines
192 B
INI
13 lines
192 B
INI
[general]
|
|
rootdir=/
|
|
dirssingle="root etc"
|
|
backupdirsingle=system
|
|
# use the same borg repo for all configured directories
|
|
usesamerepo="yes"
|
|
[/general]
|
|
[root]
|
|
time=1
|
|
[/root]
|
|
[etc]
|
|
time=1
|
|
[/etc]
|