| rsync -P rsync://rsync.server.com/path/to/file file | Only get diffs. Do multiple times for troublesome downloads | |
| rsync --bwlimit=1000 fromfile tofile | Locally copy with rate limit. It's like nice for I/O | |
| rsync -az -e ssh --delete ~/public_html/ remote.com:'~/public_html' | Mirror web site (using compression and encryption) | |
| rsync -auz -e ssh remote:/dir/ . && rsync -auz -e ssh . remote:/dir/ | Synchronize current directory with remote one |
Linux Downloads & Tutorials Quick Search Engine :
Custom Search
NB:
You can Find ALL (Downloads,meaning,more posts)Quickly and easily With This Search engine.
*For Meaning Use : Meaning of 'WORD' .
*For Download Use : Download ' Product'
*For More Posts About A Subjet Use : Posts About 'WORD/SENTENSE')
*For Meaning Use : Meaning of 'WORD' .
*For Download Use : Download ' Product'
*For More Posts About A Subjet Use : Posts About 'WORD/SENTENSE')
Wednesday, April 29, 2009
Linux Commands rsync (Network efficient file copier: Use the --dry-run option for testing)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment