X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2Fconfig.pl;h=a807a797bf471f3457e31b11861847eeef3dbcb1;hp=411138ca6b42074174cf273e76fd36214851d02d;hb=fda25dc88a63ccac1c80efa2e4994bf0725ca9b7;hpb=2726b96b1a7026dc3f82250afbfe5ae27ab1c75f;ds=sidebyside diff --git a/conf/config.pl b/conf/config.pl index 411138c..a807a79 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -144,8 +144,9 @@ $Conf{MaxPendingCmds} = 10; # Each night, at the first wakeup listed in $Conf{WakeupSchedule}, # BackupPC_nightly is run. Its job is to remove unneeded files # in the pool, ie: files that only have one link. To avoid race -# conditions, BackupPC_nightly runs only when there are no backups -# running, and no backups will start while it runs. +# conditions, BackupPC_nightly and BackupPC_link cannot run at +# the same time. Starting in v3.0.0, BackupPC_nightly can run +# concurrently with backups (BackupPC_dump). # # So to reduce the elapsed time, you might want to increase this # setting to run several BackupPC_nightly processes in parallel