Re: [BackupPC-users] hardware and configuration recommendations for speed?

2010-05-27 Thread Kim Pedersen
Hi Frank, Before going out shopping for hardware, I'd try and determine where your performance problem is, ie on the server (due to external USB based storage), or on the client. It does seem to me that you are having a performance issue on the system to be backed up, and assuming there isn'

Re: [BackupPC-users] restart automatically a service

2010-05-27 Thread B. Alexander
Or if you are into overkill (or have other tasks that you want to manage semi-centrally), you might want to take a look at cfengine. For those that are not familiar, cfengine is less of a configuration management tool than it is a "promise engine." By that, I mean that you give it promises, such as

Re: [BackupPC-users] Estimate rsync speed

2010-05-27 Thread Gerald Brandt
- "Les Mikesell" wrote: > On 5/27/2010 3:54 PM, Peter Doherty wrote: > > > >> > >> But how can I estimate how long rsync needs to determine which > files > >> to > >> transfer? I'd like to do the whole backup process at night, and I > feel > >> that this could be impossible. > >> > >> Thanks

[BackupPC-users] Complex include/excludes with rsync?

2010-05-27 Thread Brian Mathis
I am running backups using the rsync transport method. The docs on BackupFilesOnly indicate if this is used at all, then only the files listed there are backed up. To me this implies that excludes are then ignored. The docs on BackupFilesExclude warn that one can only specify BackupFilesOnly and

[BackupPC-users] BackupPC not completing backup after upgrade to Fedora12

2010-05-27 Thread Mike
BackupPC version 3.1.0 BackupPC was operating OK on Fedora10, not sure what version this was running. I have a dump of all files from Fedora 10 so I am able to compare config data. After upgrading to Fedora 12 it is not working correctly. The only backup configured is for the server itself ont

Re: [BackupPC-users] Estimate rsync speed

2010-05-27 Thread Les Mikesell
On 5/27/2010 3:54 PM, Peter Doherty wrote: > >> >> But how can I estimate how long rsync needs to determine which files >> to >> transfer? I'd like to do the whole backup process at night, and I feel >> that this could be impossible. >> >> Thanks! > > > The biggest factor is how many files this is,

Re: [BackupPC-users] Estimate rsync speed

2010-05-27 Thread Peter Doherty
On May 27, 2010, at 08:53 , Peter Thomassen wrote: > > But how can I estimate how long rsync needs to determine which files > to > transfer? I'd like to do the whole backup process at night, and I feel > that this could be impossible. > > Thanks! The biggest factor is how many files this is, w

Re: [BackupPC-users] A couple issues

2010-05-27 Thread Les Mikesell
On 5/27/2010 10:06 AM, plight wrote: > > Hello there. I am having a couple issues with the latest beta of backuppc. > > 1) Is there any way to make a notification go out if "no ping response" > happens? I am using the ftp xfer and I have scripts that notifies me if it > was unable to connect to

Re: [BackupPC-users] restart automatically a service

2010-05-27 Thread Robin Lee Powell
On Thu, May 27, 2010 at 04:36:46AM -0400, mox wrote: > > Hello > > I have a box Suse 11.1 with a service that (I don�t know why) > every day stop at the same time. I�m finding why it come to a > halt but in the meantime I would like restart it automatically. You might want to look at various i

[BackupPC-users] A couple issues

2010-05-27 Thread plight
figured out the second issue, 1st issue still remains. +-- |This was sent by david.r...@alonusa.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +--

Re: [BackupPC-users] restart automatically a service

2010-05-27 Thread William Anderson
First, check your cron log (/var/log/cron on my systems) to make sure it's actually trying to do that. Cron should send any output (errors or otherwise) to the email address associated with that crontab (root for system, u...@localhost for others, or you can set it with MAILTO). If nothing else, t

Re: [BackupPC-users] restart automatically a service

2010-05-27 Thread Tyler J. Wagner
Mox, Are you restart/reloading cron after adding that line? Which crontab are you editing and how? Regards, Tyler On Thursday 27 May 2010 09:36:46 mox wrote: > Hello > > I have a box Suse 11.1 with a service that (I don’t know why) every day > stop at the same time. I’m finding why it come t

Re: [BackupPC-users] restart automatically a service

2010-05-27 Thread Ed McDonagh
Which user are you setting the cron job for? It presumably needs to be root or backuppc? On Thu, 2010-05-27 at 04:36 -0400, mox wrote: > Hello > > I have a box Suse 11.1 with a service that (I dont know why) every day stop > at the same time. Im finding why it come to a halt but in the meantime

[BackupPC-users] restart automatically a service

2010-05-27 Thread mox
Hello I have a box Suse 11.1 with a service that (I don’t know why) every day stop at the same time. I’m finding why it come to a halt but in the meantime I would like restart it automatically. As root I insert in crontab the line: 25 16 * * * /etc/init.d/backuppc

Re: [BackupPC-users] speed up backups

2010-05-27 Thread Tyler J. Wagner
On Thursday 27 May 2010 16:25:23 Leen Besselink wrote: > It was for me to, but I see the following mentioned in several places: > > "noatime is a superset of nodiratime" > > That would imply, setting nodiratime with noatime doesn't add anything. You are right! Thanks for that. http://lwn.net/A

Re: [BackupPC-users] speed up backups

2010-05-27 Thread Leen Besselink
On Thu, May 27, 2010 at 01:17:49PM +0200, Sorin Srbu wrote: > >-Original Message- > >From: Tyler J. Wagner [mailto:ty...@tolaris.com] > >Sent: Thursday, May 27, 2010 1:00 PM > >To: backuppc-users@lists.sourceforge.net; sorin.s...@orgfarm.uu.se > >Subject: Re: [BackupPC-users] speed up backu

[BackupPC-users] A couple issues

2010-05-27 Thread plight
Hello there. I am having a couple issues with the latest beta of backuppc. 1) Is there any way to make a notification go out if "no ping response" happens? I am using the ftp xfer and I have scripts that notifies me if it was unable to connect to the ftp server (ie XferOK=0). The problem is

[BackupPC-users] Estimate rsync speed

2010-05-27 Thread Peter Thomassen
Hi there, I thinking about setting up a BackupPC installation. The BackupPC server is located in an Internet datacenter, while the original data are on a company network that is connected to the Internet with 1 Mbps. Around 700 GB of data needs to be backed up. Assume that every day, 1 GB of d

Re: [BackupPC-users] speed up backups

2010-05-27 Thread Sorin Srbu
>-Original Message- >From: Tyler J. Wagner [mailto:ty...@tolaris.com] >Sent: Thursday, May 27, 2010 1:00 PM >To: backuppc-users@lists.sourceforge.net; sorin.s...@orgfarm.uu.se >Subject: Re: [BackupPC-users] speed up backups > >On Thursday 27 May 2010 11:13:29 Sorin Srbu wrote: >> Looked int

Re: [BackupPC-users] speed up backups

2010-05-27 Thread Tyler J. Wagner
On Thursday 27 May 2010 11:13:29 Sorin Srbu wrote: > Looked into file system optimization again, while waiting for a backup to > finish. Seems like "noatime" is a recommended setting in /etc/fstab. If I > already have "defaults" set for the backup-array mount, and add "noatime", > should I still ke

Re: [BackupPC-users] speed up backups

2010-05-27 Thread Sorin Srbu
>-Original Message- >From: Steve [mailto:lepe...@gmail.com] >Sent: Wednesday, May 26, 2010 5:33 PM >To: sorin.s...@orgfarm.uu.se; General list for user discussion, questions and >support >Subject: Re: [BackupPC-users] speed up backups > >it's in the documentation - click on documentation ov