--- /usr/share/sbackup/simple-backup-config.py 2008-10-26 14:53:09.000000000 +0800 +++ /home/davyzhu/test/simple-backup-config.py 2010-08-25 19:45:12.238722599 +0800 @@ -566,7 +566,8 @@ self.conf.set( "general", "lockfile", "/var/lock/sbackup.lock") self.conf.set( "general", "maxincrement", self.maxincrement ) self.conf.set( "general", "format", "1" ) - self.conf.add_section( "dirconfig" ) + self.conf.set( "general", "stop_if_no_target", "0" ) + self.conf.add_section( "dirconfig" ) for i in self.dirconfig: self.conf.set( "dirconfig", i[0], i[1] ) self.conf.add_section( "exclude" )