Re: [BackupPC-users] Backup a host 1 time and 1 time only.

2007-01-10 Thread Craig Barratt
Bradley writes: > Can I put a slightly different spin on this question? Is there a > way to earmark a backup not to be overwritten? In my situation, I > just brought up the backuppc server, and now I have a good backup > of everything on each box. In the future, I would like to only back > up a su

Re: [BackupPC-users] recovering status.pl

2007-01-10 Thread Craig Barratt
David writes: > I made the mistake of deleting some archives manually and now my status.pl > file is zero size and backuppc will not start unless I delete status.pl > but none of my archives are visible in backuppc. How can I recover from > this? It's ok to delete status.pl. Over time the status

[BackupPC-users] rsync and OSX

2007-01-10 Thread John Pettitt
Does anybody happen to know if BackupPC copes with OSX extended attributes    -E, --extended-attributes   Apple specific option  to  copy  extended  attributes,  resource   forks,  and  ACLs.   Requires at least Mac OS X 10.4 or suitably   patched rsy

Re: [BackupPC-users] BlackoutPeriod not respected?

2007-01-10 Thread Craig Barratt
James writes: > I'm running version 2.1.1 and have the following config file for one > machine, but the BlackoutPeriod doesn't seem to be respected. Is there > anything wrong with this? > > Contents of file /var/lib/backuppc/pc/charles/config.pl, modified > 2007-01-04 12:29:12 > > $Conf{Blackou

Re: [BackupPC-users] [Fwd: [Fwd: your post re: Rsync backuppc]]

2007-01-10 Thread Craig Barratt
Tom writes: > Is this it? To get File::RsyncP, I just did a apt-get on this: > ii libfile-rsyncp 0.52-1 A perl based implementation of an > Rsync clie That's pretty old (> 2.5 years). Please upgrade to 0.68. Craig --

Re: [BackupPC-users] Transferred data lost

2007-01-10 Thread Craig Barratt
Yves writes: > we are experimenting with backuppc et we are backuping a 30 GB share > over Internet with rsyncd. This morning, after more than 30 hours of > transfer, the remote host was accidentely rebooted so the connection > was lost for a few minutes. Backuppc restarted the backup ve

Re: [BackupPC-users] Backup a host 1 time and 1 time only.

2007-01-10 Thread Bradley Alexander
Can I put a slightly different spin on this question? Is there a way to earmark a backup not to be overwritten? In my situation, I just brought up the backuppc server, and now I have a good backup of everything on each box. In the future, I would like to only back up a subset of the directories

[BackupPC-users] recovering status.pl

2007-01-10 Thread David Koski
I made the mistake of deleting some archives manually and now my status.pl file is zero size and backuppc will not start unless I delete status.pl but none of my archives are visible in backuppc. How can I recover from this? Thank you, David Koski [EMAIL PROTECTED] -

[BackupPC-users] webapp hinted incrementals w/ tar -T or rsync --files-from=

2007-01-10 Thread brien dieterle
We have a CMS that basically stores user data in a fs structure such as /users/a/b/abraham/. Whenever a user edits one of their own files, the webapp will touch a file in a specific location such as /activeUsers/abraham. We use a predump script that quickly generates a list of recently activ

Re: [BackupPC-users] Backup a host 1 time and 1 time only.

2007-01-10 Thread Carl Wilhelm Soderstrom
On 01/10 02:50 , Ryan Turnbull wrote: > Is there a way to have backuppc backup a system once and keep the backup > indefinately? put this in your per-pc config file (uncommented, obviously). # use this if you want to stop backing the box up. #$Conf{FullPeriod} = -1; #$Conf{EMailNotifyMinDays}

Re: [BackupPC-users] Backup a host 1 time and 1 time only.

2007-01-10 Thread Jason Hughes
From the documentation: Other installation topics *Removing a client* If there is a machine that no longer needs to be backed up (eg: a retired machine) you have two choices. First, you can keep the backups accessible and browsable, but disable all new backups. Alternatively, yo

[BackupPC-users] Backup a host 1 time and 1 time only.

2007-01-10 Thread Ryan Turnbull
Is there a way to have backuppc backup a system once and keep the backup indefinately? I have backed up a crashed PC and restored some data from the backup, however I DON'T want to have BackupPC backup that host again. The PC host is at the same IP address as previous. As well I need to be a

[BackupPC-users] aborted by signal=PIPE

2007-01-10 Thread Jose Andrade
hello to all I have a problem when to try to do full backup. The error that I have is aborted by signal=PIPE I hope that they can help me -- SAludos JOse - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.

Re: [BackupPC-users] Transferred data lost

2007-01-10 Thread Jason Hughes
Unfortunately, yes. What you might want to do is put some of the larger directories in the BackupFilesExclude folder for that client. Then, do a full backup. After that backup succeeds, remove one of the excluded folders and trigger another backup. Rinse, repeat. This way you will populate

[BackupPC-users] Transferred data lost

2007-01-10 Thread Yves Trudeau
Hi, we are experimenting with backuppc et we are backuping a 30 GB share over Internet with rsyncd. This morning, after more than 30 hours of transfer, the remote host was accidentely rebooted so the connection was lost for a few minutes. Backuppc restarted the backup very nicely but, th

[BackupPC-users] BlackoutPeriod not respected?

2007-01-10 Thread Ward... James Ward
Hi, I'm running version 2.1.1 and have the following config file for one machine, but the BlackoutPeriod doesn't seem to be respected. Is there anything wrong with this? Contents of file /var/lib/backuppc/pc/charles/config.pl, modified 2007-01-04 12:29:12 $Conf{BackupFilesExclude}

Re: [BackupPC-users] su to backuppc user

2007-01-10 Thread Arlequín
El 10/01/2007 14:51, Renke Brausse escribió : > Hi Arlequin, > > first say su root; after that you can sudo as backuppc without the need > for an pwd. > > Greetings > That did the trick. Thanks, Renke. I'm ashamed of asking such an easy thing... :( Regards, Gabriel > Am Mittwoch, den 10.01.200

Re: [BackupPC-users] su to backuppc user

2007-01-10 Thread Bradley Alexander
You are correct. Logging in on the command line uses the traditional /etc/passwd /etc/shadow scheme, while the cgi user credentials are in /etc/backuppc/htpasswd. You can change either password without affecting the other. Regards, --b - Original Message - From: Arlequín <[EMAIL PROTEC

[BackupPC-users] su to backuppc user

2007-01-10 Thread Arlequín
Hello, list. I've installed the pre-packaged Ubuntu distribution of BackupPC. All the post-installation procedures where issued by the package manager. Now, I want to run some BackupPC tools which must be ran as backuppc user. When su'ing to backuppc user in my system, I can't remember the passw

Re: [BackupPC-users] [Fwd: [Fwd: your post re: Rsync backuppc]]

2007-01-10 Thread Tom Nats
> What is the version of File::RsyncP? > > Craig > Is this it? To get File::RsyncP, I just did a apt-get on this: ii libfile-rsyncp 0.52-1 A perl based implementation of an Rsync clie - Take Surveys. Earn Cash. I

[BackupPC-users] Windows can't uncompress ZIP files created by BackupPC

2007-01-10 Thread Tomasz Chmielewski
I noticed that Windows (2003) can't uncompress ZIP files created by BackupPC (created with "Restore selected files" -> "Download Zip file"). What happens, is that all files in such archives have 0 bytes size. It does not happen for all archives; only for those bigger (30 MB with plenty of files

Re: [BackupPC-users] Kinda OT: Perform mke2fs in CGI script intelligently

2007-01-10 Thread Craig Barratt
Tim writes: > I am *very* open to suggestions on how I might implement this more > cleanly. The script works, but there is a very long pause while the > script does the format. If I take the "> /dev/null" out, I get lots of > lines like this: One approach is to use AJAX (ie: a javascript htt

Re: [BackupPC-users] CPU Load statistics (Was: Re: OK, how about changing the server's backuppc process niceness?)

2007-01-10 Thread Craig Barratt
Les writes: > There is quite a bit of overhead on the server side when you are > doing a full rsync backup because it does block-checksum compares > against existing files and has to uncompress for this calculation. > (Craig - if you are listening, are these cached or recomputed every > run)? The

Re: [BackupPC-users] backuppc and opensuse 10.2 clients

2007-01-10 Thread Craig Barratt
Cristian writes: > Craig, maybe a good idea to add --specials to the default list of options? > (or, even better, ignore sockets altogether somehow). It's fixed in BackupPC 3.0.0beta and is also fixed if you upgrade to File::RsyncP 0.68. Craig --