add database files to backup
This commit is contained in:
parent
18edfad530
commit
0ae6454a91
1 changed files with 4 additions and 1 deletions
|
|
@ -38,7 +38,10 @@ in
|
||||||
services.borgbackup.jobs =
|
services.borgbackup.jobs =
|
||||||
let
|
let
|
||||||
srv = location: {
|
srv = location: {
|
||||||
paths = "/srv";
|
paths = [
|
||||||
|
"/srv"
|
||||||
|
"/home/srv/.config/syncthing"
|
||||||
|
];
|
||||||
|
|
||||||
compression = "auto,zstd";
|
compression = "auto,zstd";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue