feat: add restic-backup module #51

Merged
SakulFlee merged 3 commits from helm/feat/restic-backup into main 2026-07-12 21:54:57 +02:00 AGit
Contributor

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" ]; };
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" ];
  };
Removed separate init service — simpler, no stale-remainaferxit bugs.
Hermes force-pushed helm/feat/restic-backup from 4b6ae229ed to 4fc3d92644 2026-07-12 19:56:10 +02:00 Compare
Hermes force-pushed helm/feat/restic-backup from 4fc3d92644 to 31a7d18d32 2026-07-12 21:07:15 +02:00 Compare
Hermes force-pushed helm/feat/restic-backup from 31a7d18d32 to cd3ca9611a 2026-07-12 21:10:50 +02:00 Compare
Removed: bitmagnet, renovate, hermes-agent (not needed)
Added: dns (/var/lib/technitium)
Fixed: renovate service definition (was accidentally changed)
SakulFlee approved these changes 2026-07-12 21:19:30 +02:00
Dismissed
SakulFlee approved these changes 2026-07-12 21:54:54 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
SakulFlee/HomeLab!51
No description provided.