diff --git a/contrib/hooks/encrypt_with_checksums/README.md b/contrib/hooks/encrypt_with_checksums/README.md new file mode 100644 index 0000000..fa5f368 --- /dev/null +++ b/contrib/hooks/encrypt_with_checksums/README.md @@ -0,0 +1,9 @@ +## Track checksums of encrypted files + +Contributed by Martin Zuther + +Hook | Description +---- | ----------- +post_encrypt | Collects the checksums of encrypted files, and stores them in .config/yadm/files.checksums +post_list | Prints the names of encrypted files +post_status | Reports untracked changes within encrypted files diff --git a/contrib/hooks/post_encrypt b/contrib/hooks/encrypt_with_checksums/post_encrypt similarity index 100% rename from contrib/hooks/post_encrypt rename to contrib/hooks/encrypt_with_checksums/post_encrypt diff --git a/contrib/hooks/post_list b/contrib/hooks/encrypt_with_checksums/post_list similarity index 100% rename from contrib/hooks/post_list rename to contrib/hooks/encrypt_with_checksums/post_list diff --git a/contrib/hooks/post_status b/contrib/hooks/encrypt_with_checksums/post_status similarity index 100% rename from contrib/hooks/post_status rename to contrib/hooks/encrypt_with_checksums/post_status