1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Exclude files listed in yadm/encrypt when decrypt is called

Previously this would only happen when encrypting.
This commit is contained in:
Tim Byrne
2020-01-15 08:17:27 -06:00
parent bd68229c57
commit 69cde7f83c

2
yadm
View File

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