Add restic-list-all command

This commit is contained in:
Andreas Zweili 2023-11-20 12:18:35 +01:00
parent 0ec7ee4c65
commit bdd22ca21b
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ in
--repo ${repository} \
--password-file ${password_file} \
snapshots --host ${config.networking.hostName}'';
restic-list-all = ''
${pkgs.restic}/bin/restic \
--repo ${repository} \
--password-file ${password_file} snapshots'';
restic-unlock = ''
${pkgs.restic}/bin/restic \
--repo ${repository} \