* Fixed encoding of email subject header in bin/BackupPC_sendEmail as
[BackupPC.git] / doc-src / BackupPC.pod
index e027b1b..5832ac3 100644 (file)
@@ -223,9 +223,14 @@ The SourceForge project page is at:
 
 This page has links to the current releases of BackupPC.
 
-=item BackupPC FAQ
+=item BackupPC Wiki
 
-BackupPC has a FAQ at L<http://backuppc.sourceforge.net/faq>.
+BackupPC has a Wiki at L<http://backuppc.wiki.sourceforge.net>.
+Everyone is encouraged to contribute to the Wiki.  Anyone with
+a SourceForge account can edit the Wiki.
+
+The old FAQ is at L<http://backuppc.sourceforge.net/faq>, but
+is deprecated in favor of the Wiki.
 
 =item Mailing lists
 
@@ -321,9 +326,10 @@ time and money) for marketing, PR and advertising, so it's up to
 all of you!  Feel free to vote for BackupPC at
 L<http://freshmeat.net/projects/backuppc>.
 
-Also, everyone is encouraged to contribute patches, bug reports, feature
-and design suggestions, new code, FAQs, and documentation corrections or
-improvements.  Answering questions on the mailing list is a big help too.
+Also, everyone is encouraged to contribute patches, bug reports,
+feature and design suggestions, new code, Wiki additions (you can
+do those directly) and documentation corrections or improvements.
+Answering questions on the mailing list is a big help too.
 
 =head1 Installing BackupPC
 
@@ -1440,17 +1446,17 @@ machine) you have two choices.  First, you can keep the backups accessible
 and browsable, but disable all new backups.  Alternatively, you can
 completely remove the client and all its backups.
 
-To disable backups for a client there are two special values for
-$Conf{FullPeriod} in that client's per-PC config.pl file:
+To disable backups for a client $Conf{BackupsDisable} can be
+set to two different values in that client's per-PC config.pl file:
 
 =over 4
 
-=item -1
+=item 1
 
 Don't do any regular backups on this machine.  Manually
 requested backups (via the CGI interface) will still occur.
 
-=item -2
+=item 2
 
 Don't do any backups on this machine.  Manually requested
 backups (via the CGI interface) will be ignored.
@@ -1467,11 +1473,11 @@ BackupPC a HUP (-1) signal so that it re-reads the hosts file.
 If you don't do this, BackupPC will automatically re-read the
 hosts file at the next regular wakeup.
 
-Note that when you remove a client's backups you won't initially recover
-a lot of disk space.  That's because the client's files are still in
-the pool.  Overnight, when BackupPC_nightly next runs, all the unused
-pool files will be deleted and this will recover the disk space used
-by the client's backups.
+Note that when you remove a client's backups you won't initially
+recover much disk space.  That's because the client's files are
+still in the pool.  Overnight, when BackupPC_nightly next runs,
+all the unused pool files will be deleted and this will recover
+the disk space used by the client's backups.
 
 =item Copying the pool
 
@@ -1532,8 +1538,9 @@ copy the pc directory using BackupPC_tarPCCopy:
 
 =head2 Fixing installation problems
 
-Please see the FAQ at L<http://backuppc.sourceforge.net/faq> for
-debugging suggestions.
+Please see the Wiki at L<http://backuppc.wiki.sourceforge.net> for
+debugging suggestions.  If you find a solution to your problem that
+could help other users please add it to the Wiki!
 
 =head1 Restore functions
 
@@ -2807,6 +2814,8 @@ new CSS skin for 3.0.0 with several layout improvements.  Sean Cameron
 
 Youlin Feng provided the Chinese translation for 3.1.0.
 
+Karol 'Semper' Stelmaczonek provided the Polish translation for 3.1.0.
+
 Jeremy Tietsort provided the host summary table sorting feature for 3.1.0.
 
 Many people have reported bugs, made useful suggestions and helped