diff --git a/backupninja b/backupninja index b7d4a14..ac504d6 100755 --- a/backupninja +++ b/backupninja @@ -429,7 +429,7 @@ errormsg="" if [ "$singlerun" ]; then files=$singlerun else - files=`find $configdirectory -mindepth 1 ` + files=`find $configdirectory -mindepth 1 | sort -n` fi for file in $files; do