User Tools

Site Tools


backing_up_home_using_rsync

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
backing_up_home_using_rsync [2022/11/30 13:22] – [Why rsync?] n3tbacking_up_home_using_rsync [2022/11/30 13:24] – [rsync not available?] n3t
Line 1: Line 1:
-====== Backing Up $HOME Using rsync ======+====== Backing Up $HOME ======
  
 ===== Why should I backup? ===== ===== Why should I backup? =====
Line 7: Line 7:
 ===== Requirements ===== ===== Requirements =====
  
-What you will need to perform a mirror of your home directory on SDF to another location is a computer with ssh and rsync installed and enough space to store your SDF files. The instructions below are being run on an x86 running Linux, but should be suitable for Mac OS/X and Windows running cygwin. Please read the ssh and rsync documentation on those platforms for any differences.+What you will need to perform a mirror of your home directory on SDF to another location is a computer with ssh and rsync installed and enough space to store your SDF files. The instructions below are being run on an x86 running Linux, but should be suitable for Mac OS/X and Windows running cygwin. Please read the ''ssh'', ''rsync'' and ''scp'' documentation on those platforms for any differences.
  
 ===== Why rsync? ===== ===== Why rsync? =====
Line 22: Line 22:
  
   * ''-r'' : Recursively copy entire directories.   * ''-r'' : Recursively copy entire directories.
-  * //username//your SDF username.+  * //username//Your SDF username.
   * ''/path/to/home'' [[#for_example:|[1]]] : The path to the directory you wish to backup.   * ''/path/to/home'' [[#for_example:|[1]]] : The path to the directory you wish to backup.
   * ''/local/backup/dir'' : Where you would like the files to be stored locally.   * ''/local/backup/dir'' : Where you would like the files to be stored locally.
backing_up_home_using_rsync.txt · Last modified: 2022/11/30 13:27 by n3t