Make backups more fun with syncthing

This commit is contained in:
Greg Hellings
2024-08-15 04:48:29 +00:00
parent 4ea9df33c9
commit f9b4b7133b
8 changed files with 92 additions and 31 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ root root postgres
};
greg.backup.jobs.greg-postgresql-backup = {
src = "/var/backup/postgresql";
src = config.services.postgresqlBackup.location;
dest = "linode-postgres";
user = "postgres";
id = "9pwvg-s257a";
};
}