[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Disk mirroring



On Mon, May 14, 2001 at 12:05:42AM -0700, Alvin Oga wrote:
> manually ( via cron ) backing up disk1  to disk2... is a good thing...
> 
> depending on what you want on the backup disks... tar is better ???
> 	tar zcvf /mnt/backup_disk/backup.$date.tgz /etc /root /home

Agree.  One neat option of "tar" to remember is "-l".  It limits tar
within same partition of disk (same filesystem).  If you have large
mirror in separate partition like me, this is neat.  (for me /home/ftp
is large debian mirror) "-N" should be for incremental but never used
it.

I should do mount/umount like you said so power failure has no effects.

Osamu :-)

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ 
+  Osamu Aoki <debian@aokiconsulting.com>, GnuPG-key: 1024D/D5DE453D  +
+  My debian quick-reference, http://www.aokiconsulting.com/quick/    +



Reply to: