git-svn-id: http://code.autistici.org/svn/backupninja/trunk@381
758a04ac-41e6-0310-8a23-
8373a73cc35d
version 0.9.4 -- unreleased
+ backupninja changes
+ Recursively ignore subdirs in /etc/backup.d (Closes: #361102)
handler changes
mysql:
. Fixed improper use of $vuserhome (Debian: #351083)
if [ "$singlerun" ]; then
files=$singlerun
else
- files=`find $configdirectory -mindepth 1 ! -name '.*.swp' | sort -n`
+ files=`find $configdirectory -mindepth 1 -maxdepth 1 -type f ! -name '.*.swp' | sort -n`
fi
for file in $files; do