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
backing_up_home_using_rsync [2022/11/30 13:23] – [Backing Up $HOME Using rsync] n3tbacking_up_home_using_rsync [2022/11/30 13:27] (current) – [Requirements] n3t
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''/''scp'' 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''/''scp'' documentation on those platforms for any differences.
  
 ===== Why rsync? ===== ===== Why rsync? =====
Line 17: Line 17:
 ''rsync'' have to be installed on both local and remote host, for example your own computer and SDF. For members below [[membership_levels#metaarpasustaining_membership_level|ARPA]], ''rsync'' will not be available to them, in this case ''scp'' could be used as an alternative, here's a simple example to be executed on your local machine: ''rsync'' have to be installed on both local and remote host, for example your own computer and SDF. For members below [[membership_levels#metaarpasustaining_membership_level|ARPA]], ''rsync'' will not be available to them, in this case ''scp'' could be used as an alternative, here's a simple example to be executed on your local machine:
  
-''scp -r -//username//@sdf.org:/path/to/home /local/backup/dir''+''scp -r username@sdf.org:/path/to/home /local/backup/dir''
  
 What does this mean? \\ What does this mean? \\
  
   * ''-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.1669814605.txt.gz · Last modified: 2022/11/30 13:23 by n3t