|
|
Best Way to Copy Remote System's Partitions?
Hi Folks,
At the risk of repeating a FAQ, what is the best way to copy disk
partitions from a remote HP-UX 10.20 system over a network to a similar
system's hard disk?
I wanted to tar the directories and then copy the tar files, but there's
not enough space for even a compressed tar file on the remote system.
The remote machine does not have a functioning tape drive, or I'd ask
the operator to make a tar tape for me.
I need to preserve the owner/group/permissions during the copy. I was
wondering if something like rsh/rexec and tar would work for this purpose.
Sorry if this is FAQish, but I checked the comp.sys.hp.hpux faq and
tried googling on this newsgroup unsuccessfully for a while before posting.
Thanks for any help!
-dreq
|
|
0
|
|
|
|
Reply
|
Derek
|
1/8/2004 10:17:01 PM |
|
Derek Mark Edding (dreq@earthlink.net) wrote:
: Hi Folks,
: At the risk of repeating a FAQ, what is the best way to copy disk
: partitions from a remote HP-UX 10.20 system over a network to a similar
: system's hard disk?
: I wanted to tar the directories and then copy the tar files, but there's
: not enough space for even a compressed tar file on the remote system.
: The remote machine does not have a functioning tape drive, or I'd ask
: the operator to make a tar tape for me.
: I need to preserve the owner/group/permissions during the copy. I was
: wondering if something like rsh/rexec and tar would work for this purpose.
: Sorry if this is FAQish, but I checked the comp.sys.hp.hpux faq and
: tried googling on this newsgroup unsuccessfully for a while before posting.
how about somthing along the lines of:
(running on 10.20 system)
!/usr/bin/ksh
remsh backup_system 'cd /somedirectory'
cd /somedirectory;tar cf - .|remsh backup_system \
'cd /somedirectory && tar xbf -'
read the tar manpage, I think running as root preserves the permissions.
--
Jim Hollenback
jholly@cup.hp.com
my opinion.
|
|
0
|
|
|
|
Reply
|
jholly
|
1/9/2004 12:48:04 AM
|
|
|
1 Replies
423 Views
(page loaded in 0.075 seconds)
Similiar Articles: Best Way to Copy Remote System's Partitions? - comp.sys.hp.hpux ...Hi Folks, At the risk of repeating a FAQ, what is the best way to copy disk partitions from a remote HP-UX 10.20 system over a network to a similar ... dd command for remote disk copy? - comp.os.linux.networking ...... it not what dd does-sector to sector copy? from dd unix wiki -image a partition ... os.linux.networking ..... ssh to/from remote system's disk ... Quickest way to bulk copy ... Move boot camp partition to new machine? - comp.sys.mac.system ...Is there any way to copy an entire Boot Camp partition from one machine to ... having to reinstall the operating system ... ufsdump on remote tape drive. - comp.unix ... Quickest way to bulk copy many files from one disk cluster to ...... xf -) > >You can expand this by setting up a .rhosts file on the remote system. ... SSIS - Best way to copy files from one directory to another In SSIS, I was to ... bootenv.rc - comp.unix.solaris... to Solaris 10 on x86, but its an x86 from Rackable Systems ... my sintax is incorrect or maybe there is another way to ... to Bolthole To make this change permemant, I had to copy ... Unable to label a disk - comp.sys.sun.adminAny suggestions as to the best way to reach and ... normal, I set the size of the various >>> partitions, the file systems ... buy th 80.0GB disk, could be possible to copy ... How to copy missing files only? - comp.unix.solarisThis is best done anywhere with 'star ... Quickest way to bulk copy many files from one disk ... to copy to move all printers to new system? - comp.unix ... Copy ... OpenSSH and .rhosts usage - comp.unix.solaris... much for your help > Hello ns, I think the best way ... to authenticate as a different user on, the remote system ... Quickest way to bulk copy many files from one disk cluster ... SQLCI LOAD and BLOCKIN parameter - comp.sys.tandemStart an SQLCI process for each partition. One way to do this is ... of its options are the same as those of the COPY ... I imagine your system manager knows enough about ... does rsync lock the destination file? - comp.unix.programmer ...locks on file on Unix Systems are advisory. Then ... Quickest way to bulk copy many files from one disk cluster ... dd command for remote disk copy? - comp.os.linux.networking ... Best Way to Copy Remote System's Partitions? - comp.sys.hp.hpux ...Hi Folks, At the risk of repeating a FAQ, what is the best way to copy disk partitions from a remote HP-UX 10.20 system over a network to a similar ... Free Hard Disk Copy/Clone Software for PC & Server Hard Drive ...EaseUS Disk Copy Freeware is a best free hard drive copy/clone ... disk backup, disk image, disk clone, partition copy ... One-click to backup system state, including ... 7/22/2012 10:06:50 PM
|
|
|
|
|
|
|
|
|