X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=backupninja;h=08aeafd6299204f111f13cde6813d5fc98a4ba00;hb=7b82b4d26c6f154ec7492fcd59f660f60f85025c;hp=7f09999fb8151d9bae54da39b50d4afb9942acff;hpb=7a969426b8a3bb427c372beb9915376795959bbe;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/backupninja b/backupninja index 7f09999..08aeafd 100755 --- a/backupninja +++ b/backupninja @@ -476,7 +476,7 @@ for file in $files; do check_perms $file suffix="${file##*.}" base=`basename $file` - if [ "${base:0:1}" == "0" ]; then + if [ "${base:0:1}" == "0" -o "$suffix" == "disabled" ]; then info "Skipping $file" continue fi