HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: RCP command usage
Operating System - HP-UX
1835117
Members
2538
Online
110076
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-21-2004 07:51 PM
12-21-2004 07:51 PM
RCP command usage
Hi Guys,
Can command rcp command be used for incremental back up process?
regards
Henry
Can command rcp command be used for incremental back up process?
regards
Henry
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 09:14 PM
12-21-2004 09:14 PM
Re: RCP command usage
So, you are looking for an option that causes only files to be copied which have been accessed within the last 24 hours or so.
No, I don't think that is available out of the box. But you can always wrap a script around it.
No, I don't think that is available out of the box. But you can always wrap a script around it.
http://www.tresselt.eu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 11:08 PM
12-21-2004 11:08 PM
Re: RCP command usage
rsync will copy changes to files, to copy incremental changes over a network. You can get it from: -
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-2.6.3/
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-2.6.3/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 04:11 AM
12-22-2004 04:11 AM
Re: RCP command usage
If I understand correctly what you want to do, something like this might be what you're after:
find / -mtime -1 -type f -exec rcp {} <> \;
Put that line in a script and run it once a day from cron.
find /
Put that line in a script and run it once a day from cron.
What does this button do?
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