check filesize of archives on disk with size in database
[BackupPC.git] / conf / config.pl
index 5d2e0a1..de759d6 100644 (file)
@@ -29,7 +29,7 @@
 #   Craig Barratt  <cbarratt@users.sourceforge.net>
 #
 # COPYRIGHT
-#   Copyright (C) 2001-2007  Craig Barratt
+#   Copyright (C) 2001-2009  Craig Barratt
 #
 #   See http://backuppc.sourceforge.net.
 #
@@ -1436,6 +1436,16 @@ $Conf{FtpUserName} = '';
 #
 $Conf{FtpPasswd} = '';
 
+#
+# Whether passive mode is used.  The correct setting depends upon
+# whether local or remote ports are accessible from the other machine,
+# which is affected by any firewall or routers between the FTP server
+# on the client and the BackupPC server.
+#
+# This setting is used only if $Conf{XferMethod} = 'ftp'.
+#
+$Conf{FtpPassive} = 1;
+
 #
 # Transfer block size. This sets the size of the amounts of data in
 # each frame. While undefined, this value takes the default value.
@@ -1468,13 +1478,6 @@ $Conf{FtpTimeout} = 120;
 #
 $Conf{FtpFollowSymlinks} = 0;
 
-#
-# Direct restore enabling for FTP.
-#
-# Currently set to 0 since restore functionality is incomplete.
-#
-$Conf{FtpRestoreEnabled} = 0;
-
 ###########################################################################
 # Archive Configuration
 # (can be overwritten in the per-PC log file)