Commit Graph
2 Commits
Author SHA1 Message Date
Duru Can CelasunandGitHub bb29a98614 feat: Run PreValidate hooks for check cmd (#437)
PreValidate can be used to mount remote directories (e.g. via NFS) so
they must executed first before running any restic commands.

This was done for the backup command in 13aa560, but not for check. This
commit fixes that.
2025-03-22 19:12:36 +01:00
Duru Can CelasunandGitHub 39f4f87ce3 feat: Add --dry-run to backup command (#438)
Restic supports --dry-run for backups since 0.13.0 [1] and this adds
support for that.

[1] https://github.com/restic/restic/commit/bc97a3d1f9f4bf5a348d95ca77353fa215376879
2025-03-22 19:10:51 +01:00