On 10/24 10:48 , [EMAIL PROTECTED] wrote:
> Maybe this question was answered but I don't know how to delete a backup 
> corectly.
> I don't try to do this manualy in deleting the folder with the number of 
> the backup on my server (in /data/BackupPC/pc/...).*
> Is there a way to do this correctly ?

Holger was nice enough to write about this recently.

Basically, just delete the tree of files you want to remove, using rm -rf.
If you like, you can wait overnight for the BackupPC_nightly job to clean up
the hardlinks in the pool, or if you're impatient you can do what Holger
suggests:

>>>
BackupPC_nightly and BackupPC_link must *not* run concurrently. Thus, you
should *not* run BackupPC_nightly outside the daemon. If you must, then run
it via the daemon, which will postpone it until no more BackupPC_link
processes are running, and likewise postpone further links until nightly has
finished:

        BackupPC_serverMesg BackupPC_nightly run
        BackupPC_serverMesg log Thank you, daemon. I appreciate your effort.
>>>

I suspect this will operate according to the $Conf{BackupPCNightlyPeriod}
setting in config.pl; so you should set "$Conf{BackupPCNightlyPeriod} = 1;"
if you don't want to run it twice.

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to