- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Copy between 2 machine
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
Copy between 2 machine
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2013 05:25 AM - last edited on 06-20-2013 12:49 AM by JinJing1
06-17-2013 05:25 AM - last edited on 06-20-2013 12:49 AM by JinJing1
Copy between 2 machine
Copy between 2 machine
Hi,
Does anyone know how to copy all files between 2 machine and preserver the ownership and the symbolic link ??
any help would be appreciated
Thanks,
Artaboga
P.S. This thread has been moved from Legacy Feedback Forums >
Your Questions Regarding ITRC Forums (Legacy ITRC forum) > to HP-UX > sysadmin. -HP forum moderator
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-18-2013 12:12 AM - edited 06-20-2013 01:24 AM
06-18-2013 12:12 AM - edited 06-20-2013 01:24 AM
Re: Copy between two machines?
Re: Copy between two machines?
What OS are you using? HP-UX or Linux?
How are the machines connected? NFS?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-19-2013 06:58 PM
06-19-2013 06:58 PM
Re: Copy between two machines?
Re: Copy between two machines?
Hi Dennis,
It's Hp UX and i need the copy will preserve the symbolic link, ownership and permissions
does this could be achieved by using NFS ??
the machine are connected by lan
Thanks,
Hendra
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-20-2013 12:57 AM
06-20-2013 12:57 AM
Re: Copy between two machines?
Re: Copy between two machines?
>It's HP-UX
(I asked the moderators to move it to the correct board.)
>I need the copy will preserve the symbolic link, ownership and permissions does this could be achieved by using NFS?
Using the correct options to cp -p, with preserve ownership and permissions. And with -r preserve symlink.
(Same with scp/rcp.)
Of course you could use pax/tar or fbackup/frecover.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-20-2013 07:32 AM
06-20-2013 07:32 AM
Re: Copy between two machines?
Re: Copy between two machines?
via tar and ssh
cd source_dir; tar -cf - . | ssh user@targethost "cd target_dir; tar -xvf -"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-25-2013 05:03 AM
06-25-2013 05:03 AM
Re: Copy between two machines?
Re: Copy between two machines?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-25-2013 05:06 AM
06-25-2013 05:06 AM
Re: Copy between two machines?
Re: Copy between two machines?
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP