add new 1tb ssd
This commit is contained in:
@@ -33,6 +33,28 @@
|
||||
pruneOpts = [ "--keep-daily 7" "--keep-weekly 3" "--keep-monthly 3" "--keep-yearly 3" ];
|
||||
repository = "/mnt/2tb/restic";
|
||||
};
|
||||
localbackup-1tb-ssd = {
|
||||
exclude = [
|
||||
"/home/**/Cache"
|
||||
"/home/**/.cache"
|
||||
"/home/**/__pycache__"
|
||||
"/home/**/node_modules"
|
||||
"/home/**/venv"
|
||||
];
|
||||
initialize = true;
|
||||
passwordFile = config.age.secrets.restic-pw.path;
|
||||
paths = [
|
||||
"/home"
|
||||
"/var/backup/postgresql"
|
||||
"/mnt/250ssd/matrix-synapse/media_store/"
|
||||
"/mnt/250ssd/nextcloud"
|
||||
"/mnt/250ssd/paperless"
|
||||
"/mnt/250ssd/kavita"
|
||||
"/var/lib/palworld/Pal/Saved"
|
||||
];
|
||||
pruneOpts = [ "--keep-daily 7" "--keep-weekly 3" "--keep-monthly 3" "--keep-yearly 3" ];
|
||||
repository = "/mnt/1tbssd/restic";
|
||||
};
|
||||
localbackup-1tb = {
|
||||
initialize = true;
|
||||
passwordFile = config.age.secrets.restic-pw.path;
|
||||
|
||||
@@ -20,5 +20,6 @@
|
||||
smartmontools
|
||||
bc
|
||||
xxd
|
||||
tldr
|
||||
];
|
||||
}
|
||||
|
||||
@@ -48,6 +48,11 @@
|
||||
fsType = "ext4";
|
||||
options = ["defaults" "nofail" "noatime"];
|
||||
};
|
||||
fileSystems."/mnt/1tbssd" =
|
||||
{ device = "/dev/disk/by-uuid/801d9217-9c38-4ca8-914e-e31361603892";
|
||||
fsType = "ext4";
|
||||
options = ["defaults" "nofail" "noatime"];
|
||||
};
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
|
||||
Reference in New Issue
Block a user