aboutsummaryrefslogtreecommitdiffstats
path: root/modules/system/services/backup/default.nix (unfollow)
Commit message (Collapse)Author
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.
2024-10-14fix(services/backup): Fail the backup script, if a command failsBenedikt Peetz
2024-05-24fix(modules/system/services{adb,backup}): Add `services` to option pathBenedikt Peetz
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2023-09-10Fix(treewide): Provide `snap-synced-forked` as overlay and thus as pkgSoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-01Fix(system/services/backup): Run backup every 8h, not only on bootSoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-07-10Feat(disko): Squash CommitSoispha
2023-05-28Fix(treewide): Update to new shell library versionSoispha
2023-05-09Fix(system): Disable timer activated systemd servicesSoispha
2023-05-09Feat(system/services/backup): AddSoispha
'snap-sync-forced'[https://github.com/qubidt/snap-sync-forked] is not longer developed (as of the commit date) and thus some changes are necessary to get it working with nixos. Alternatives (although both similarly discontinued): - the original snap-sync [https://github.com/qubidt/snap-sync] -> Is effectively snap-sync-forced but without 50+ commits - 'dsnap-sync' [https://github.com/rzerres/dsnap-sync] -> Was forked long ago, now abandoned. Is rewritten in dash with lots of extra features, but sort of breaks even worse on nixos.