We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e205f commit 43a2f9eCopy full SHA for 43a2f9e
bin/v-backup-user
@@ -210,7 +210,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB" != '*' ]; then
210
exlusion=$(echo -e "$WEB" |tr ',' '\n' |grep "^$domain:")
211
set -f
212
fargs=()
213
- fargs+=(--exclude='logs/*')
+ fargs+=(--exclude='./logs/*')
214
if [ ! -z "$exlusion" ]; then
215
xdirs="$(echo -e "$exlusion" |tr ':' '\n' |grep -v $domain)"
216
for xpath in $xdirs; do
0 commit comments