HPE GreenLake Administration
Operating System - HP-UX
1833779
Members
2601
Online
110063
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
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
12-20-2004 10:19 AM
12-20-2004 10:19 AM
rsync
Can rsync be used to just copy the file to destination server, directory and can i overwrite the destination file?
Prashant
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 11:02 AM
12-20-2004 11:02 AM
Re: rsync
yes.
rsync is meant to keep the destination `in sync' with the target
# rsync -avz --delete server::itrc .
is the command you will usually issue on the destination side
On the server side, there is a configuration file, probably /etc/rsyncd.conf that might look like
--8<---
hosts allow = 123.234.12.0/24,10.11.13.0/24,210.21.2.210
use chroot = no
max connections = 10
pid file = /var/run/rsyncd.pid
uid = 9999
gid = 999
[itrc]
path = /your/path/to/itrc
comment = HP ITRC area
auth users = merijn,phrasant,iogonex
secrets file = /var/rsyncd/secrets
-->8---
Enjoy, Have FUN! H.Merijn
rsync is meant to keep the destination `in sync' with the target
# rsync -avz --delete server::itrc .
is the command you will usually issue on the destination side
On the server side, there is a configuration file, probably /etc/rsyncd.conf that might look like
--8<---
hosts allow = 123.234.12.0/24,10.11.13.0/24,210.21.2.210
use chroot = no
max connections = 10
pid file = /var/run/rsyncd.pid
uid = 9999
gid = 999
[itrc]
path = /your/path/to/itrc
comment = HP ITRC area
auth users = merijn,phrasant,iogonex
secrets file = /var/rsyncd/secrets
-->8---
Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 01:15 PM
12-20-2004 01:15 PM
Re: rsync
I want to copy just a single file and replace file at destination, source and destination file name do not match?
How would I acheive this ?
Thanks
Prashant
How would I acheive this ?
Thanks
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:04 PM
12-20-2004 06:04 PM
Re: rsync
Not with rsync.
Use rcp or scp
# rcp /local/file remote:/completely/different/name
Enjoy, Have FUN! H.Merijn
Use rcp or scp
# rcp /local/file remote:/completely/different/name
Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP