Exclude files listed in yadm/encrypt when decrypt is called

Previously this would only happen when encrypting.
pull/229/head
Tim Byrne 4 years ago
parent bd68229c57
commit 69cde7f83c
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -860,6 +860,8 @@ function decrypt() {
require_gpg
require_archive
[ -f "$YADM_ENCRYPT" ] && exclude_encrypted
if [ "$DO_LIST" = "YES" ] ; then
tar_option="t"
else

Loading…
Cancel
Save