feat: general backup module for rsyncd
This commit is contained in:
parent
864ee129b0
commit
c46c1c580d
2 changed files with 17 additions and 3 deletions
|
@ -31,8 +31,8 @@
|
|||
mode = "write";
|
||||
}
|
||||
{
|
||||
name = "brontes-backup";
|
||||
comment = "brontes's backup space";
|
||||
name = "shan";
|
||||
comment = "backups for shan";
|
||||
mode = "write";
|
||||
}
|
||||
{
|
||||
|
|
|
@ -89,6 +89,21 @@
|
|||
rsync-backup = {
|
||||
enable = true;
|
||||
modules = [
|
||||
{
|
||||
sources = [
|
||||
"/var/lib/paperless"
|
||||
"/var/lib/radicale"
|
||||
"/var/lib/navidrome"
|
||||
"/var/lib/immich"
|
||||
"/var/lib/freshrss"
|
||||
];
|
||||
target = {
|
||||
location = "shan";
|
||||
type = "rsyncd";
|
||||
host = "nihilus";
|
||||
};
|
||||
incremental.enable = true;
|
||||
}
|
||||
{
|
||||
sources = [ "/var/lib/paperless" ];
|
||||
target = {
|
||||
|
@ -143,7 +158,6 @@
|
|||
};
|
||||
incremental.enable = true;
|
||||
}
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue