This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:backup:ahsay_restore [2016/10/07 10:28] gcooper |
computing:backup:ahsay_restore [2016/10/07 10:32] (current) gcooper |
||
---|---|---|---|
Line 5: | Line 5: | ||
===== Fastest Restore for Large Backups ===== | ===== Fastest Restore for Large Backups ===== | ||
- | <note important> | + | <note important> |
Connect a large and fast portable hard drive. | Connect a large and fast portable hard drive. | ||
Line 17: | Line 17: | ||
=== Remote === | === Remote === | ||
- | This example command shows usage on a remote (from OBS) workstation PC with a non-standard SSH port and compression to improve speed over a WAN link: | + | This example command shows usage on a remote (from OBS) workstation PC using a **non-standard SSH port** and **compression to improve speed** over a WAN link: |
< | < | ||
rsync -avrz -e 'ssh -p 2222' --progress root@obs.domain.tld:/ | rsync -avrz -e 'ssh -p 2222' --progress root@obs.domain.tld:/ | ||
</ | </ | ||
+ | |||
+ | Omit this section for the standard SSH port 22: < | ||
=== Local (OBS) === | === Local (OBS) === |