rsync backup question

2011-07-21 Thread Thomas H. George
I partitioned a 1 TG usbdrive as ext3, mounted it as /usbmem and entered the command rsync -r / /usbmem. The tranfer proceeded with many messages "skipping non-regular file 'foo'". Eventually the transfer hung up with some messages "file has vanished 'foo'". I aborted with a ctl-c. df -h reporte

Re: rsync backup question

2011-07-21 Thread briand
On Thu, 21 Jul 2011 19:39:33 -0400 "Thomas H. George" wrote: > I partitioned a 1 TG usbdrive as ext3, mounted it as /usbmem and entered > the command rsync -r / /usbmem. The tranfer proceeded with many > messages "skipping non-regular file 'foo'". Eventually the transfer > hung up with some mes

Re: rsync backup question

2011-07-21 Thread Nico Kadel-Garcia
On Fri, Jul 22, 2011 at 12:11 AM, wrote: > On Thu, 21 Jul 2011 19:39:33 -0400 > "Thomas H. George" wrote: > >> I partitioned a 1 TG usbdrive as ext3, mounted it as /usbmem and entered >> the command rsync -r / /usbmem.  The tranfer proceeded with many >> messages "skipping non-regular file 'foo'

Re: rsync backup question

2011-07-21 Thread Alan Chandler
On 22/07/11 00:39, Thomas H. George wrote: I partitioned a 1 TG usbdrive as ext3, mounted it as /usbmem and entered the command rsync -r / /usbmem. The tranfer proceeded with many Isn't this going to go recursive? Since usbmem is another file system the -x flag should prevent this. Also as a

Re: rsync backup question

2011-07-22 Thread Ivan Shmakov
> Alan Chandler writes: > On 22/07/11 00:39, Thomas H. George wrote: >> I partitioned a 1 TG usbdrive as ext3, mounted it as /usbmem and >> entered the command rsync -r / /usbmem. BTW, there's a convention of using /mnt for temporary mounts. […] > Isn't this going to go recu

Re: rsync backup question

2011-07-23 Thread lee
"Thomas H. George" writes: > I partitioned a 1 TG usbdrive as ext3, mounted it as /usbmem > [...] > > My object had been to backup everything before moving from Squeeze to > Wheezy > > Any Suggestions? There isn't much point in using rsync since you're neither copying to a remote host, nor can y

Re: rsync backup question

2011-07-24 Thread Paul E Condon
On 20110722_142620, lee wrote: > "Thomas H. George" writes: > > > I partitioned a 1 TG usbdrive as ext3, mounted it as /usbmem > > [...] > > > > My object had been to backup everything before moving from Squeeze to > > Wheezy > > > > Any Suggestions? > > There isn't much point in using rsync sin

Re: rsync backup question

2011-07-24 Thread Ivan Shmakov
> Paul E Condon writes: > On 20110722_142620, lee wrote: […] >> There isn't much point in using rsync since you're neither copying >> to a > ^^ > If the copy job fails 3/4 way thru, one can pick up the pieces and > continue using rsync. So even if it is a one time

Re: rsync backup question

2011-07-25 Thread lee
Ivan Shmakov writes: >> Paul E Condon writes: >> On 20110722_142620, lee wrote: > > […] > > >> There isn't much point in using rsync since you're neither copying > >> to a > > > ^^ > > > If the copy job fails 3/4 way thru, one can pick up the pieces and > > continue

Re: rsync backup question

2011-07-25 Thread lee
Paul E Condon writes: > On 20110722_142620, lee wrote: >> >> There isn't much point in using rsync since you're neither copying to a > ^^ > If the copy job fails 3/4 way thru, one can pick up the pieces and > continue using rsync. So even if it is a one time job, it is worth