HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Rsync - help required please
Operating System - HP-UX
1826598
Members
3584
Online
109695
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 01:15 AM
11-23-2004 01:15 AM
Hi,
I'm trying to get to grips with rsync for the first time. This is what I want to do, please can someone out there advise me of the correct syntax:
- I want to copy new files and changes to existing files from one server to another.
- The destination directory will be the same on both servers.
- I do not want to copy across files that are identical
- I prefer to use remsh rather than ssh.
Thanks in advance.
I'm trying to get to grips with rsync for the first time. This is what I want to do, please can someone out there advise me of the correct syntax:
- I want to copy new files and changes to existing files from one server to another.
- The destination directory will be the same on both servers.
- I do not want to copy across files that are identical
- I prefer to use remsh rather than ssh.
Thanks in advance.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 02:16 AM
11-23-2004 02:16 AM
Re: Rsync - help required please
Hi
Its third party . Try
http://samba.anu.edu.au/rsync/
http://www.mikerubel.org/computers/rsync_snapshots/
http://sunsite.dk/info/guides/rsync/rsync-mirroring.html
Steve Steel
Its third party . Try
http://samba.anu.edu.au/rsync/
http://www.mikerubel.org/computers/rsync_snapshots/
http://sunsite.dk/info/guides/rsync/rsync-mirroring.html
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 04:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 06:22 PM
11-23-2004 06:22 PM
Re: Rsync - help required please
Hi Gavin
We use "rsync" between two locations (Germany / Spain)to sync different servers.
You have to install rsync on source and target maschine.
We use it with this options:
-a archiv mode (owner,permissions,group.....are not changed
-v verbose
-q quit
-z compressed
--delete (delete Files which are also deleted at the source )
Syntax:
/usr/bin/rsync -avzq --delete /test/dir target_host:/test/
Make a test, and you will see how it works.
Best regards
Max
We use "rsync" between two locations (Germany / Spain)to sync different servers.
You have to install rsync on source and target maschine.
We use it with this options:
-a archiv mode (owner,permissions,group.....are not changed
-v verbose
-q quit
-z compressed
--delete (delete Files which are also deleted at the source )
Syntax:
/usr/bin/rsync -avzq --delete /test/dir target_host:/test/
Make a test, and you will see how it works.
Best regards
Max
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP