Is it possible to run rsync with both source and destination on the remote server? such as rsync -ar -e ssh user@domain.net:/dir1/ user@domain.net:/dir2/ ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Tony@ServaCorp.com
2005-Aug-14 11:12 UTC
Is it possible for source and destination to be server
For the source and destination on the SAME server, probably best to ssh to the server and run rsync locally on that server. While I would actually like to be able to have source and destination on DIFFERENT servers (like when I can, from a "poor" connection, relay between servers with "good" connections much faster than they can talk to each other!) HOWEVER... BUT... Even if the (gotta be hideoulsy complicated) logic can be done correctly, I seriously doubt that I would be able to comprehend the error messages. -----Original Message----- From: rsync-bounces+tony=servacorp.com@lists.samba.org [mailto:rsync-bounces+tony=servacorp.com@lists.samba.org]On Behalf Of Jack Sent: Sunday, August 14, 2005 5:22 AM To: rsync@lists.samba.org Subject: Is it possible for source and destination to be server Is it possible to run rsync with both source and destination on the remote server? such as rsync -ar -e ssh user@domain.net:/dir1/ user@domain.net:/dir2/ ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Reasonably Related Threads
- [Bug 13587] New: Add a --dry-run way to show destination for each item
- deletion those files from destination directory, that no longer exist in source directory.
- rsync-ing from two locations with same filenames (at different versions)
- directories not correctly recognized rsync-3.0.4
- Odd behavior with --detect-renamed