feat(borgbackup): replace borgmatic
This commit is contained in:
parent
d26b436626
commit
a2d43c4dd9
18 changed files with 117 additions and 96 deletions
|
|
@ -73,12 +73,16 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
borgmatic.settings =
|
||||
borgbackup.jobs =
|
||||
if userName == "srv" then
|
||||
{
|
||||
source_directories = [
|
||||
onsite.paths = [
|
||||
"/home/srv/.config/syncthing"
|
||||
"/home/srv/Sync"
|
||||
"/home/srv/Sync/"
|
||||
];
|
||||
offsite.paths = [
|
||||
"/home/srv/.config/syncthing"
|
||||
"/home/srv/Sync/"
|
||||
];
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue