Correct list snapshots command

This commit is contained in:
Andreas Zweili 2022-08-23 21:27:57 +02:00
parent 6e43fc6a4c
commit 4c900d7371
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ let
mkdir -p /tmp/restic &&
${pkgs.restic}/bin/restic --password-file ${password_file} list snapshots'';
${pkgs.restic}/bin/restic --password-file ${password_file} snapshots'';
restic-infomaniak-mount = pkgs.writeShellScriptBin "restic-infomaniak-mount" ''
export $(${pkgs.gnugrep}/bin/grep -v '^#' ${infomaniak-env} | ${pkgs.findutils}/bin/xargs)