Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Using a Remote iMac to Backup Windows Office Network Files
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="footunny" data-source="post: 1309568" data-attributes="member: 218155"><p>rsync is all one ever needs <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> </p><p></p><p>The command:</p><p></p><p>rsync -ahR --progress /somepath/hollywood /somepath2/wutang admin@1.1.1.1:/somepath/chinatown</p><p></p><p>The explanation:</p><p></p><p>we are archiving 2 paths with progress display (if just one path, you can omit the R in -ahR) to server 1.1.1.1 using the user "admin" </p><p></p><p>You can then set this to run automatically, the beauty of it being that all future runs will bring over only CHANGED files.</p><p></p><p>I encourage you to research rsync further in case my example doesn't suit your needs.</p><p></p><p>Hope this helps,</p><p></p><p>Foo</p></blockquote><p></p>
[QUOTE="footunny, post: 1309568, member: 218155"] rsync is all one ever needs :) The command: rsync -ahR --progress /somepath/hollywood /somepath2/wutang admin@1.1.1.1:/somepath/chinatown The explanation: we are archiving 2 paths with progress display (if just one path, you can omit the R in -ahR) to server 1.1.1.1 using the user "admin" You can then set this to run automatically, the beauty of it being that all future runs will bring over only CHANGED files. I encourage you to research rsync further in case my example doesn't suit your needs. Hope this helps, Foo [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Using a Remote iMac to Backup Windows Office Network Files
Top