aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ba/backup (unfollow)
Commit message (Collapse)Author
45 hoursmodules/{atuin,common,backup}: Fix minor typos and unused importsBenedikt Peetz
2025-09-29module/backups: Persist restic cache directoryBenedikt Peetz
This avoids having to wait for restic to rebuild the cache on every run.
2025-05-05module/backup: Provide administrative access to the storageboxBenedikt Peetz
2025-05-04modules/backup: Make backup preparing a separate serviceBenedikt Peetz
This change also removes the auto mount stuff from the local backup. This is just not really useful for an on-demand backup
2025-05-01modules/backup: Provide support for a local repositoryBenedikt Peetz
2025-05-01modules/backup: Increase restic verbosityBenedikt Peetz
2025-05-01modules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz
2025-04-30modules/backup: Adjust `backupPrepareCommand` for my fs layoutBenedikt Peetz
2025-04-30modules/backup: Port to storageboxBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.