feat: add restic-backup module #51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "helm/feat/restic-backup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Shared module for daily restic backups.
Usage in any host:
imports = [ ../../modules/restic-backup.nix ];
services.restic-backup = {
enable = true;
repository = "sftp://user@nas:/backups/restic";
paths = [ "/var/lib/forgejo" ];
};
Shared module for daily restic backups. Usage in any host: imports = [ ../../modules/restic-backup.nix ]; services.restic-backup = { enable = true; repository = "sftp://user@nas:/backups/restic"; paths = [ "/var/lib/forgejo" ]; };4b6ae229edto4fc3d926444fc3d92644to31a7d18d3231a7d18d32tocd3ca9611a