[BackupPC-users] FW: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)

2006-01-30 Thread Kelly F. Hickel
Possibly some useful information from another list -Kelly -Original Message- From: Linda W [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 12:56 PM To: demerphq Cc: [EMAIL PROTECTED]; perl5-porters@perl.org; makemaker@perl.org Subject: Re: replacing "inuse" Win files (was Re

Re: [BackupPC-users] Problems with backup scheduling

2006-01-30 Thread Guillaume Rousse
Craig Barratt wrote: Complete log (from the problematic time) included at the end of the mail. It seems backuppc tries to create a full backup, but a minor failure (empty /var/lib/cvs directory) prevent it to be created. Ok, that explains why you weren't getting new fulls. You can also set:

Re: [BackupPC-users] New user, few questions

2006-01-30 Thread backuppc
In the message dated: Fri, 27 Jan 2006 21:56:36 EST, The pithy ruminations from [EMAIL PROTECTED] on were: => => Hi, Mark, => => I went back and read your Jan. 16th posting. Sounds like a very ambitious => piece of code... Some issues: => => -- Because the --include option of rsync (or the

RE: [BackupPC-users] BackupPC is empty after data move

2006-01-30 Thread Christophe Faribault
As I stated in a previous email, I do have a "Require valid-user" for cgi-bin, yes so like you suggested, it must be something else. Christophe Faribault Systems Administrator Webstorm Media Inc. [EMAIL PROTECTED] (514) 392-7722 x233 -Original Message- From: Les Mikesell [mailto:[EMAIL

[BackupPC-users] Exclude backup of network filesystems

2006-01-30 Thread Lars Tobias Børsting
Hi, I have had BackupPC in testing setup for about a month now, and it has worked very well this far. I have just had a few minor gliches, mostly configuration issues with rsync and Windows XP Home Edition. I am very happy with it! Last week a user mounted a Samba-share on a Linux-box, and Backup

RE: [BackupPC-users] BackupPC is empty after data move

2006-01-30 Thread Les Mikesell
On Mon, 2006-01-30 at 10:31, Christophe Faribault wrote: > As I stated in a previous email, I do have a "Require valid-user" for > cgi-bin, yes so like you suggested, it must be something else. I've been trying to point out that the 'something else' may be a 'satisfy any' directive somewhere in a

Re: [BackupPC-users] Problems with backup scheduling

2006-01-30 Thread Guillaume Rousse
[EMAIL PROTECTED] wrote: >>What I don't understand here is why I don't have one full backup from >>one week maximum, and up to six additional daily incremental backups, as >>configured with default values: >>$Conf{FullPeriod} = 6.97; >>$Conf{FullKeepCnt} = 1; >>$Conf{FullKeepCntMin} = 1; >>$Conf{Fu

[BackupPC-users] Problems with backup scheduling

2006-01-30 Thread Guillaume Rousse
Hello. I expected an unexplained files wipeout yesterday on my server at around 0:40. When searching my available backups, I had the unhappy surprise of discovering my backup policy was absolutly not working: I just had a full backup from 4 month ago, and an incremental backup from yesterday.

[BackupPC-users] problem with newlines in filename ?

2006-01-30 Thread Jérôme Santini
Hello I am trying to backup a nfs fileserver, but backuppc consistently fail on the same directory, which happen to have filename with newlines in it. could it be the cause of the error ? and what should i do if so ? here is what the xferlog give me : same 644 11882/100 26293 hom

RE: [BackupPC-users] BackupPC is empty after data move

2006-01-30 Thread Christophe Faribault
Sorry, my mistake. I've neveer seen a "satisfy any" directive. There is a "Allow from all" in but as far as I can remember, it was like that on my old server as well. Christophe Faribault Systems Administrator Webstorm Media Inc. [EMAIL PROTECTED] (514) 392-7722 x233 -Original Message-

RE: [BackupPC-users] BackupPC is empty after data move

2006-01-30 Thread Les Mikesell
On Mon, 2006-01-30 at 10:43, Christophe Faribault wrote: > Sorry, my mistake. I've neveer seen a "satisfy any" directive. There is a > "Allow from all" in but as far as I can > remember, it was like that on my old server as well. It could be in a .htaccess file in /var/www/cgi-bin or any of the d

Re: [BackupPC-users] Problems with backup scheduling

2006-01-30 Thread Craig Barratt
Guillaume Rousse writes: > Craig Barratt wrote: > >>What I don't understand here is why I don't have one full backup from > >>one week maximum, and up to six additional daily incremental backups, as > >>configured with default values: > >>$Conf{FullPeriod} = 6.97; > >>$Conf{FullKeepCnt} = 1; > >

RE: [BackupPC-users] BackupPC is empty after data move

2006-01-30 Thread Les Mikesell
On Mon, 2006-01-30 at 10:02, Christophe Faribault wrote: > has a "Allow from all" in httpd.conf if that's > what you mean. I don't think that's enough to cause the problem. The default is 'satisfy all' which means you have to handle both the 'allow from' and 'require' directives. If you have a

Re: [BackupPC-users] Backing up over WAN connection

2006-01-30 Thread Carl Wilhelm Soderstrom
On 01/27 10:08 , Sean Gleason wrote: > I am currently running BackupPC to a number of remote offices and have > been recently asked to add another office that has way more data than > the bandwidth could support during the initial FULL what I ended up doing when I ran into this issue, was breakin

RE: [BackupPC-users] BackupPC is empty after data move

2006-01-30 Thread Christophe Faribault
has a "Allow from all" in httpd.conf if that's what you mean. Christophe Faribault Systems Administrator Webstorm Media Inc. [EMAIL PROTECTED] (514) 392-7722 x233 -Original Message- From: Les Mikesell [mailto:[EMAIL PROTECTED] Sent: January 30, 2006 10:32 To: Christophe Faribault Cc:

RE: [BackupPC-users] BackupPC is empty after data move

2006-01-30 Thread Les Mikesell
On Mon, 2006-01-30 at 09:16, Christophe Faribault wrote: > As far as I know, "Allow from 192.168.0" is the network from which the > Directory can be accessed. Is there a 'satisfy any' in the httpd.conf in a higher level directory entry or .htaccess file? -- Les Mikesell [EMAIL PROTECTED]

RE: [BackupPC-users] BackupPC is empty after data move

2006-01-30 Thread Christophe Faribault
To Craig: Apache's httpd.conf loads mod_auth.so and I assume it's ok since it's not giving me any errors on startup. REMOTE_USER is not set as per the install instructions (from http://myhost/cgi-bin/printenv): ** DOCUMENT_ROOT="/var/www/html" GATEWAY_INTERFACE="CGI/1.1" H

Re: [BackupPC-users] Syncing pool to remote disk

2006-01-30 Thread Carl Wilhelm Soderstrom
On 01/28 08:26 , David Rees wrote: > Is the backup RAID array at least the same size as the original? Your > best bet is probably to use tar + gzip to send the whole raw partition > over the network to the remote machine, but for this to work, you will > need to be able to unmount the primary so th

Re: [BackupPC-users] Can Backuppc backup to more then one drive at a time?

2006-01-30 Thread Les Mikesell
On Mon, 2006-01-30 at 02:22, Lars Tobias Børsting wrote: > I decided to go with SATA in RAID mirror. It is less hassle. Also, it's > pretty fast to sync on these large disks with ~30 MB/s. I am using EVMS > on LVM2-partitions for the disk administration. It's working very well, > however it it a

Re: [BackupPC-users] Problems with backup scheduling

2006-01-30 Thread Guillaume Rousse
Craig Barratt wrote: >>What I don't understand here is why I don't have one full backup from >>one week maximum, and up to six additional daily incremental backups, as >>configured with default values: >>$Conf{FullPeriod} = 6.97; >>$Conf{FullKeepCnt} = 1; >>$Conf{FullKeepCntMin} = 1; >>$Conf{Full

[BackupPC-users] Backing up mysql/postgresql

2006-01-30 Thread Alex Schaft
Hi, What is the best way to back these up? I was thinking *dump, but how do you know where the dump stops? Could I stop the service, back up the data folders, and start it up again? Alex --- This SF.net email is sponsored by: Splunk Inc.

Re: [BackupPC-users] Can Backuppc backup to more then one drive at a time?

2006-01-30 Thread Lars Tobias Børsting
Les Mikesell <[EMAIL PROTECTED]> writes: > On Thu, 2006-01-12 at 10:20, Lars Tobias Børsting wrote: > >>> When I originally set this up I planned to leave the external drive >>> active except for a weekly swap but have had trouble with the >>> machine crashing if the raid is left running over fire