added resticprofile test

This commit is contained in:
John Lancaster
2025-11-09 21:21:22 -06:00
parent fc66147173
commit 34eaffdd65

View File

@@ -59,6 +59,7 @@ in {
rp schedule --all rp schedule --all
'') '')
(pkgs.writeShellScriptBin "rp-test" "rp run-schedule backup@default --dry-run") (pkgs.writeShellScriptBin "rp-test" "rp run-schedule backup@default --dry-run")
(pkgs.writeShellScriptBin "rp-test" "rp run-schedule backup@default --dry-run")
]; ];
xdg.configFile."resticprofile/profiles.yaml".source = yamlFormat.generate "profiles" { xdg.configFile."resticprofile/profiles.yaml".source = yamlFormat.generate "profiles" {
version = "2"; version = "2";