User Tools

Site Tools


computing:backup:ahsay_restore

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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>For **any large restore**, go to the datacenter and copy the files to a portable hard drive while **directly connected to the OBS backup server**using the fastest interface available!</note>+<note important>For **any large restore**, go to the datacenter and copy the files to a portable hard drive while **directly connected to the OBS backup server** using the fastest drive/interface available!</note>
  
 Connect a large and fast portable hard drive.  USB3 or eSATA is preferable. Connect a large and fast portable hard drive.  USB3 or eSATA is preferable.
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 **non-standard SSH port** and **compression to improve speed** over a WAN link:
  
 <file> <file>
 rsync -avrz -e 'ssh -p 2222' --progress root@obs.domain.tld:/opt/obs/user/<name> /media/myusername/250GB-USB/ rsync -avrz -e 'ssh -p 2222' --progress root@obs.domain.tld:/opt/obs/user/<name> /media/myusername/250GB-USB/
 </file> </file>
 +
 +Omit this section for the standard SSH port 22: <file>-e 'ssh -p 2222'</file>
  
 === Local (OBS) === === Local (OBS) ===
computing/backup/ahsay_restore.1475857731.txt.gz · Last modified: 2016/10/07 10:28 by gcooper