Re: [BackupPC-users] Adding new shares during incremental backups

2006-01-12 Thread Craig Barratt
Les Mikesell writes: > > Do I have to force a full backup if I add a new share to a host? > > If you don't, I think the non-rsync methods would only take > files newer than your last full run. Rsync would copy everything > but would repeatedly copy everything until it does a full. Exactly right

Re: [BackupPC-users] Archive Host to Tape and recovery

2006-01-12 Thread Craig Barratt
Les Mikesell writes: > On Thu, 2006-01-12 at 10:04, Sim wrote: > > > # tar -tz -f /dev/nst0 > > > > # tar -tz -f /dev/nst0 > > tar: /dev/nst0: Cannot read: Cannot allocate memory > > tar: At beginning of tape, quitting now > > tar: Error is not recoverable: exiting now > > > With "bzip2 compress

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

2006-01-12 Thread Les Mikesell
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 firewire. The sync itself > > never a problem

Re: [BackupPC-users] Archive Host to Tape and recovery

2006-01-12 Thread Les Mikesell
On Thu, 2006-01-12 at 10:04, Sim wrote: > > # tar -tz -f /dev/nst0 > > # tar -tz -f /dev/nst0 > tar: /dev/nst0: Cannot read: Cannot allocate memory > tar: At beginning of tape, quitting now > tar: Error is not recoverable: exiting now > With "bzip2 compression from BackupPC" and "tar tfj /dev/nst

Re: [BackupPC-users] Adding new shares during incremental backups

2006-01-12 Thread Les Mikesell
On Thu, 2006-01-12 at 10:02, Richard Smith wrote: > Do I have to force a full backup if I add a new share to a host? If you don't, I think the non-rsync methods would only take files newer than your last full run. Rsync would copy everything but would repeatedly copy everything until it does a f

[BackupPC-users] Server did not respond after 20000 milliseconds

2006-01-12 Thread Marko Tukiainen
Hello again, I ran into another slight problem that has been discussed on the list earlier... This one is about an error message that smbclient backup produces on a couple of XP machines: "Call timed out: server did not respond after 2 milliseconds ..." Specifically, two locally connected

Re: [BackupPC-users] Adding new shares during incremental backups

2006-01-12 Thread Carl Wilhelm Soderstrom
On 01/12 11:59 , Richard Smith wrote: > On 1/12/06, Carl Wilhelm Soderstrom <[EMAIL PROTECTED]> wrote:> On 01/12 > 10:02 , Richard Smith wrote:> > Do I have to force a full backup if I add a > new share to a host?>> yes.> > Ok. Well then is there a way to schedule a full backup to occur? Ireall

Re: [BackupPC-users] Access the web interface from non-localhost

2006-01-12 Thread Richard Smith
> Check for a setting on your Apache config like the one shown below, and > update it is necessary or comment it out altogether: > > # ServerName localhost > > Then restart Apache. Ooops sorry. This was a new install and I forgot to check the apache config. Thanks. -- Richard A. Smith

Re: [BackupPC-users] Adding new shares during incremental backups

2006-01-12 Thread Richard Smith
On 1/12/06, Carl Wilhelm Soderstrom <[EMAIL PROTECTED]> wrote: > On 01/12 10:02 , Richard Smith wrote: > > Do I have to force a full backup if I add a new share to a host? > > yes. > Ok. Well then is there a way to schedule a full backup to occur? I really don't want to wait up till midnight to

Re: [BackupPC-users] Adding new shares during incremental backups

2006-01-12 Thread Carl Wilhelm Soderstrom
On 01/12 10:02 , Richard Smith wrote: > Do I have to force a full backup if I add a new share to a host? yes. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com --- This SF.net email is sponsored by: Splunk Inc.

Re: [BackupPC-users] Access the web interface from non-localhost

2006-01-12 Thread Andy
Richard Smith wrote: How do I set up the web interface so that I can access if from a remote pc. I can connect to the web interface from a remote pc but once I try to do something it tries to access localhost and fails. -- Richard A. Smith N�HY޵隊X���'���u���[��� ަ�k��!���W�~�鮆�zk��C� [E

Re: [BackupPC-users] Archive Host to Tape and recovery

2006-01-12 Thread Sim
Now I'm trying without compress. ( for check the time ) Thanks PS: Are you using par2 ? # Archive Parity Files # # The amount of Parity data to generate, as a percentage # of the archive size. 2006/1/12, Vincent Fleuranceau <[EMAIL PROTECTED]>: > > > does hardware compression. > > > > Without

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

2006-01-12 Thread Lars Tobias Børsting
Les Mikesell <[EMAIL PROTECTED]> writes: > Rich Duzenbury wrote: > >>> RAID1's are happy as long as you have at least one working device. >> >> Les, are you saying that a raid1 array can maintain more than one >> copy of itself? >> >> As in: >> >> internal drive A mirrored to internal drive b >

[BackupPC-users] Access the web interface from non-localhost

2006-01-12 Thread Richard Smith
How do I set up the web interface so that I can access if from a remote pc. I can connect to the web interface from a remote pc but once I try to do something it tries to access localhost and fails. -- Richard A. Smith

Re: [BackupPC-users] Archive Host to Tape and recovery

2006-01-12 Thread Sim
> # tar -tz -f /dev/nst0 # tar -tz -f /dev/nst0 tar: /dev/nst0: Cannot read: Cannot allocate memory tar: At beginning of tape, quitting now tar: Error is not recoverable: exiting now gzip: stdin: unexpected end of file tar: Child returned status 2 tar: Error exit delayed from previous errors >

[BackupPC-users] Adding new shares during incremental backups

2006-01-12 Thread Richard Smith
I reciently started evalulating backuppc as a replacement for our current backup system. To start with I added couple of hosts and few shares and let it do a full. Satisfied I added more shares to one of the hosts. I assumed the next incremental would just pick up the new files as changed. What

Re: [BackupPC-users] Archive Host to Tape and recovery

2006-01-12 Thread Vincent Fleuranceau
> # mt -f /dev/st0 rewind > # file - < /dev/nst0 > /dev/stdin: gzip compressed data, from Unix > > # mt -f /dev/st0 rewind > # tar tfz /dev/nst0 > > tar: /dev/st0: Cannot read: Cannot allocate memory > tar: At beginning of tape, quitting now > tar: Error is not recoverable: exiting now > > gzip: st

[BackupPC-users] Archive Host to Tape and recovery

2006-01-12 Thread Sim
Hi! I'm trying BackupPC_archiveHost with /dev/nst0 and gzip Can you help me for try to recovery data from tape? # mt -f /dev/st0 rewind # file - < /dev/nst0 /dev/stdin: gzip compressed data, from Unix # mt -f /dev/st0 rewind # tar tfz /dev/nst0 tar: /dev/st0: Cannot read: Cannot allocate memor