X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=backupninja;h=08aeafd6299204f111f13cde6813d5fc98a4ba00;hb=e8cf41e99e1650ba8c8f187ae5e3ca3c0fa56ee1;hp=7f09999fb8151d9bae54da39b50d4afb9942acff;hpb=d87e87882fa8946be61740636208fd8a6457816a;p=matthijs%2Fupstream%2Fbackupninja.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