* Failed dumps now cleanup correctly, deleting in-progress file
[BackupPC.git] / conf / config.pl
index 714f1d7..ff5090e 100644 (file)
@@ -688,6 +688,13 @@ $Conf{BackupZeroFilesIsFatal} = 1;
 #
 $Conf{XferMethod} = 'smb';
 
+#
+# Level of verbosity in Xfer log files.  0 means be quiet, 1 will give
+# will give one line per file, 2 will also show skipped files on
+# incrementals, higher values give more output.
+#
+$Conf{XferLogLevel} = 1;
+
 #
 # Full path for smbclient. Security caution: normal users should not
 # allowed to write to this file or directory.
@@ -981,15 +988,6 @@ $Conf{RsyncRestoreArgs} = [
            #
 ];
 
-#
-# Amount of verbosity in Rsync Xfer log files.  0 means be quiet,
-# 1 will give will give one line per file, 2 will also show skipped
-# files on incrementals, higher values give more output.  10 will
-# include byte dumps of all data read/written, which will make the
-# log files huge.
-#
-$Conf{RsyncLogLevel} = 1;
-
 #
 # Archive Destination
 #