Skip to content

Commit

Permalink
node-red backup
Browse files Browse the repository at this point in the history
  • Loading branch information
Czichy committed Feb 12, 2025
1 parent 88b31c5 commit c1c6081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/HL-1-MRZ-HOST-03/guests/node-red.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
repository = "rclone:onedrive_nas:/backup/${config.networking.hostName}-node-red";

# Which local paths to backup, in addition to ones specified via `dynamicFilesFrom`.
paths = ["/root/.node-red"];
paths = ["/var/lib/node-red"];

# Patterns to exclude when backing up. See
# https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files
Expand Down Expand Up @@ -127,7 +127,7 @@
];
directories = [
{
directory = "/root/.node-red/";
directory = "/var/lib/node-red";
mode = "0700";
}
];
Expand Down

0 comments on commit c1c6081

Please sign in to comment.