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";
|
mode = "write";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "brontes-backup";
|
name = "shan";
|
||||||
comment = "brontes's backup space";
|
comment = "backups for shan";
|
||||||
mode = "write";
|
mode = "write";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
@ -89,6 +89,21 @@
|
||||||
rsync-backup = {
|
rsync-backup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
modules = [
|
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" ];
|
sources = [ "/var/lib/paperless" ];
|
||||||
target = {
|
target = {
|
||||||
|
@ -143,7 +158,6 @@
|
||||||
};
|
};
|
||||||
incremental.enable = true;
|
incremental.enable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue