Create samba shares
This commit is contained in:
parent
29e0251a95
commit
958f1e7042
7 changed files with 94 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
|||
];
|
||||
encryption.mode = "none";
|
||||
repo = "/srv/backup/borg/containers";
|
||||
shares = {
|
||||
paths = [
|
||||
"/srv/shares"
|
||||
];
|
||||
encryption.mode = "none";
|
||||
repo = "/srv/backup/shares";
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue