feat(shan): back up paperless
This commit is contained in:
parent
d68c5a09fe
commit
8add0ecda8
4 changed files with 28 additions and 12 deletions
|
@ -47,14 +47,11 @@
|
|||
};
|
||||
rsync-backup = {
|
||||
enable = true;
|
||||
sources = [
|
||||
"/home/ny/Downloads"
|
||||
"/home/ny/notes"
|
||||
];
|
||||
sources = [ "/home/ny/notes" ];
|
||||
target = {
|
||||
location = "backup";
|
||||
location = "brontes-backup";
|
||||
type = "rsyncd";
|
||||
host = "shan";
|
||||
host = "nihilus";
|
||||
};
|
||||
incremental.enable = true;
|
||||
};
|
||||
|
|
|
@ -18,11 +18,12 @@
|
|||
enable = true;
|
||||
port = 9523;
|
||||
openFirewall = true;
|
||||
location = "/mnt/backups";
|
||||
address = "100.64.0.6";
|
||||
modules = [
|
||||
{
|
||||
name = "image-backup";
|
||||
comment = "ftp export area";
|
||||
name = "paperless-backup";
|
||||
comment = "backups for paperless";
|
||||
mode = "write";
|
||||
}
|
||||
{
|
||||
|
|
|
@ -14,6 +14,11 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/mnt/backups" = {
|
||||
device = "/dev/disk/by-uuid/00ab5786-5a44-443f-bafa-2c3facf50a30";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
|
|
@ -63,11 +63,24 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
services = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
isExitNode = true;
|
||||
tags = [ "server" ];
|
||||
};
|
||||
|
||||
rsync-backup = {
|
||||
enable = true;
|
||||
sources = [ "/var/lib/paperless" ];
|
||||
target = {
|
||||
location = "paperless-backup";
|
||||
type = "rsyncd";
|
||||
host = "nihilus";
|
||||
};
|
||||
incremental.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Reference in a new issue