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
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
> 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
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
"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
> 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
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
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'
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
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
hi ya tom
On Wed, 19 Nov 2003, Tom wrote:
> On Wed, Nov 19, 2003 at 02:52:41PM -0800, Alvin Oga wrote:
..
> > - if you're running vfat on the xp box ... ( good and bad idea )
> > - create c:\DataFromDebian
> > - copy all your /home/victor stuff to c:\DataFromDebian
> > ( pic
On Wed, Nov 19, 2003 at 02:52:41PM -0800, Alvin Oga wrote:
>
> hi victor
>
> On Wed, 19 Nov 2003, Victory wrote:
>
> > Hi All,
> >
> > I want to back up some directories on Debian machine
> > to Windows XP CDRW, I want to do it from Windows XP machine
> > I have CDRW with Roxio Easy CD Creato
> -Original Message-
> From: Victory [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 20 November 2003 2:51 AM
> To: [EMAIL PROTECTED]
> Subject: Backup question
>
>
> Hi All,
>
> I want to back up some directories on Debian machine
> to Windows XP CDRW
hi victor
On Wed, 19 Nov 2003, Victory wrote:
> Hi All,
>
> I want to back up some directories on Debian machine
> to Windows XP CDRW, I want to do it from Windows XP machine
> I have CDRW with Roxio Easy CD Creator software on Windows XP.
i assume you're saying you dont know how to get data
Hi All,
I want to back up some directories on Debian machine
to Windows XP CDRW, I want to do it from Windows XP machine
I have CDRW with Roxio Easy CD Creator software on Windows XP.
Regards,
Victor
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? C
On Mon, Feb 10, 2003 at 09:37:26AM +0100, Chris Halls wrote:
> Hi Richard,
>
> On Sat, Feb 08, 2003 at 06:24:09PM +1300, Richard Hector wrote:
> > Is /var/cache/apt-proxy self contained? If I back up that directory,
> > together with /etc/apt-proxy, can I then just reinstall apt-proxy
> > and unpa
Hi Richard,
On Sat, Feb 08, 2003 at 06:24:09PM +1300, Richard Hector wrote:
> Is /var/cache/apt-proxy self contained? If I back up that directory,
> together with /etc/apt-proxy, can I then just reinstall apt-proxy
> and unpack those 2 to be back where I was? Or are there some indexes
> or somethi
Hi all,
Is /var/cache/apt-proxy self contained? If I back up that directory,
together with /etc/apt-proxy, can I then just reinstall apt-proxy
and unpack those 2 to be back where I was? Or are there some indexes
or something hidden away?
Many thanks,
Richard
--
To UNSUBSCRIBE, email to [EMAIL
* John Griffiths ([EMAIL PROTECTED]) wrote:
> Hello all,
>
> How do i go about backing up and then recovering a mysql database
Depends on a number of factors. What version of MySQL are you running? How
critical is your DB?
Version 3.23.X you can take advantage of mysql's internal replication, s
Since this is strictly a mysql question, I would try the mysql
mailing list.
http://www.mysql.com/documentation/index.html
Jason Stechschulte
[EMAIL PROTECTED]
Hello all,
How do i go about backing up and then recovering a mysql database
i tried
#mysqldump -p --all --add-drop-table foo >/home/john/foo.sql
then to recover
#mysqladmin create -p fooa < foo.sql
it creates ok but then the php application i run yeilds bad results
On Sun, 03 Sep 2000 23:53:36 PDT, Alvin Oga writes:
>my favorite topic for "flame wars"next to dns flames...
;-)
>I like tar for backups
> - and i dont worry about restore too much...
> since if you need to restore...something else is probably
> (seriously) wrong too
>
>
hi ya...
my favorite topic for "flame wars"next to dns flames...
I like tar for backups
- and i dont worry about restore too much...
since if you need to restore...something else is probably
(seriously) wrong too
- restoring a file from tape is too too pa
Robert Waldner wrote:
> Also, is there a possibility to find out (rather than trying through
> tar tv(Iz)) if a tape is tar.gz, tar.bz2 or plain tar?
use the file command
file
will tell you what kind of file the system thinks is
nate
--
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.
Hi!
At the moment I´m cycling through a few tapes doing backups every
week or so with
tar cvz --exclude /proc --exclude /dev --exclude /tmp / >/dev/st0
Are there any precautions I should take that I have forgotten/not yet
heard about? I can do a recover to someplace (eg /tmp/recover) and get
Brandon Mitchell wrote:
>
> the result of dpkg --get-selections and /var/spool/mail (especially if
> these are frequent backups and you don't place mail in the user's home
> directory).
Dselect keeps some configuration data deep down in then /var/lib/dpkg
tree.
And if you run bind/dns then /var/
the result of dpkg --get-selections and /var/spool/mail (especially if
these are frequent backups and you don't place mail in the user's home
directory).
Brandon
-
Brandon Mitchell E-mail: [EMAIL PROTECTED]
Homepage: http://www.geocities.com/SiliconValley/7877/home.h
Shaleh wrote:
>
> I am doing a sytem backup, other than /etc, /usr/local stuff, and /home
> or /root what else do I need to save??
>
i'm not sure what backup utility you are using, but
BACKUP EVERYTHING
the first time around!
paranoid about whether evrerything gets backed up,
m*
--
"The S
I am doing a sytem backup, other than /etc, /usr/local stuff, and /home
or /root what else do I need to save??
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
29 matches
Mail list logo