X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=backupninja;h=e5c55aea505aef9912feafa5cb91ddc95fe42465;hb=166c486601064424410d1bd9d6ee6ad6e7fefd1a;hp=7bd35416788b126caad90d1552315c2ba5c44141;hpb=b5120bcd7b12047e802a8067f2275f0d3d2ebeba;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/backupninja b/backupninja index 7bd3541..e5c55ae 100755 --- a/backupninja +++ b/backupninja @@ -438,6 +438,8 @@ getconf RDIFFBACKUP /usr/bin/rdiff-backup getconf MYSQL /usr/bin/mysql getconf MYSQLHOTCOPY /usr/bin/mysqlhotcopy getconf MYSQLDUMP /usr/bin/mysqldump +getconf PGSQLDUMP /usr/bin/pg_dump +getconf PGSQLDUMPALL /usr/bin/pg_dumpall getconf GZIP /bin/gzip getconf RSYNC /usr/bin/rsync getconf vservers no @@ -477,7 +479,7 @@ errormsg="" if [ "$singlerun" ]; then files=$singlerun else - files=`find $configdirectory -mindepth 1 | sort -n` + files=`find $configdirectory ! -name '.*.swp' -mindepth 1 | sort -n` fi for file in $files; do