Re: [BackupPC-users] Special characters problems (Samuel Castro)

2007-07-24 Thread Craig Barratt
Youlin writes: > Another problem I saw is related to the rsyncd module names or Samba > share names in non-European languages, at least Chinese. The modules > or shares are backed up ok. But when the restore is to be performed > thru the CGI, the restore option page would contain bad module/share

Re: [BackupPC-users] DumpPreUserCmd executes for each share in parallel?

2007-07-24 Thread Craig Barratt
Joe writes: > I have BackupPC 3.0 configured and working but I sometimes get errors > which I think are due to the DumpPreUserCmd overlapping with tar. > > I have: > $Conf{TarShareName} = [ > '/home', > '/srv/www', > '/usr/local' > ]; > $Conf{DumpPreUserCmd} = '/home/cpseg/scripts/precopy';

Re: [BackupPC-users] BackupPC Live

2007-07-24 Thread Les Mikesell
Carl Wilhelm Soderstrom wrote: > - The reliability of external USB drives is very dubious in my experience. > Perhaps I had a run of bad luck, but out of 4-5 different USB HDD setups > that I bought within a 6 month period; I had problems with well over half > of them. (Including a really ex

Re: [BackupPC-users] BackupPC Live

2007-07-24 Thread Carl Wilhelm Soderstrom
On 07/25 08:30 , Les Stott wrote: > yep, noted. In all my setups backups run overnight and they've got a 12 > hour period to complete, so speed is not an issue, but may be if you > have large data and a short time frame. Perhaps e-sata could come into > play? have not played with that yet. I've

Re: [BackupPC-users] BackupPC Live

2007-07-24 Thread Les Stott
Carl Wilhelm Soderstrom wrote: > On 07/24 06:47 , Les Stott wrote: > >> 2. Plug in an external usb drive, mount it as an ext3 wherever you like, >> or go with hal which might auto mount it as /media/usbdisk >> (p.s. in my experience firewire cards dont always have enough drivers >> for linux

Re: [BackupPC-users] BackupPC Live

2007-07-24 Thread Carl Wilhelm Soderstrom
On 07/24 06:47 , Les Stott wrote: > 2. Plug in an external usb drive, mount it as an ext3 wherever you like, > or go with hal which might auto mount it as /media/usbdisk > (p.s. in my experience firewire cards dont always have enough drivers > for linux, and i dont think speed is an issue) > 3.

Re: [BackupPC-users] shortcut

2007-07-24 Thread Carl Wilhelm Soderstrom
On 07/24 07:44 , Rob Owens wrote: > There's another backup system I've used that will allow what you are > looking for. It's called rsnapshot. It is lacking in some features > that BackupPC has, but it is a good program and you might want to look > into it. > > http://www.rsnapshot.org/ I seco

Re: [BackupPC-users] failed partial backups deleting files from previous partials

2007-07-24 Thread Rob Owens
I'm also going do be depending on this feature shortly (not discarding partial transfers), so I second Carl's proposal. -Rob Carl Wilhelm Soderstrom wrote: > BackupPC does not pick up where a 'partial' transfer left off in many cases. > I don't fully understand the mechanism (tho it is somewhat e

[BackupPC-users] failed partial backups deleting files from previous partials

2007-07-24 Thread Carl Wilhelm Soderstrom
BackupPC does not pick up where a 'partial' transfer left off in many cases. I don't fully understand the mechanism (tho it is somewhat explained here: http://osdir.com/ml/sysutils.backup.backuppc.general/2004-08/msg00013.html ); but the result is that perfectly good files are deleted from the part

Re: [BackupPC-users] shortcut

2007-07-24 Thread Rob Owens
There's another backup system I've used that will allow what you are looking for. It's called rsnapshot. It is lacking in some features that BackupPC has, but it is a good program and you might want to look into it. http://www.rsnapshot.org/ -Rob Edouard de Ganay wrote: > Hi there again, > >

Re: [BackupPC-users] shortcut

2007-07-24 Thread daniel berteaud
Le Tue, 24 Jul 2007 19:04:45 +1000, Les Stott <[EMAIL PROTECTED]> a écrit : > Edouard de Ganay wrote: > > Hi there again, > > > > Another question, > > > > all backups are stores in /opt/backuppc/files/pc > > which is find > > > > I'd like to make these files public (readonly) in my samba server >

Re: [BackupPC-users] shortcut

2007-07-24 Thread Les Stott
Edouard de Ganay wrote: > Hi there again, > > Another question, > > all backups are stores in /opt/backuppc/files/pc > which is find > > I'd like to make these files public (readonly) in my samba server (in sme7.2), > which means that files have to be under > /home/e-smith/files/ibays/backup(name o

Re: [BackupPC-users] rsyncd over xp

2007-07-24 Thread Les Stott
Edouard de Ganay wrote: > Hi there, > > This might be an usual question, but I just can't find anything to get > this working > > Server : > SME 7.2 with backuppc 3.0-1 as contrib. > > client : > xp pro sp2 > > rsyncd installed on c:\program files\rsyncd > running as a service (it seems ok, I can s

Re: [BackupPC-users] BackupPC Live

2007-07-24 Thread Les Stott
Rob Owens wrote: > I had an idea and wanted to get some feedback from you guys. > > I'd like to make an easy method for restoring large off-site backups in > the event the host loses all of its data. The fastest way to do this is > probably to send the physical hard drive to the place where the ho

Re: [BackupPC-users] shortcut

2007-07-24 Thread daniel berteaud
Le Tue, 24 Jul 2007 09:56:34 +0200, Edouard de Ganay <[EMAIL PROTECTED]> a écrit : > Hi there again, Hi > > Another question, > > all backups are stores in /opt/backuppc/files/pc > which is find Looks like you're using my contrib for sme server :) > > I'd like to make these files public (reado

[BackupPC-users] shortcut

2007-07-24 Thread Edouard de Ganay
Hi there again, Another question, all backups are stores in /opt/backuppc/files/pc which is find I'd like to make these files public (readonly) in my samba server (in sme7.2), which means that files have to be under /home/e-smith/files/ibays/backup(name of my share on the server)/files I could

Re: [BackupPC-users] Special characters problems (Samuel Castro)

2007-07-24 Thread Youlin Feng
> > I have a similar problem with the Chinese support. Files backed up> > with > > rsyncd would yield garbled file names when they are restored> > through > > Samba, or vice versa. At least this is a problem in V 3.0.0.> > Rsync does > > not change file name encoding, so $Conf{ClientCharset}> sh

Re: [BackupPC-users] Special characters problems (Samuel Castro)

2007-07-24 Thread Craig Barratt
Youlin writes: > > The real problem is when trying to restore a file, with the tar and zip > > methods the filename comes also garbled. > > I have a similar problem with the Chinese support. Files backed up > with rsyncd would yield garbled file names when they are restored > through Samba, or vi