Differences between revisions 1 and 2
Revision 1 as of 2013-03-26 06:12:42
Size: 604
Editor: PieterSmit
Comment: add some rsync.net notes rsync, snapshot, pwd.
Revision 2 as of 2013-03-26 08:33:21
Size: 795
Editor: PieterSmit
Comment: Add GIT annex
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * GIT annex
   * {{{
     git annex initremote myrsync type=rsync rsyncurl=ssh.example.com:/myrsync encryption=joey@kitenet.net
     git annex describe myrsync "rsync server"
     }}}

rsync.net

  • rsync and ssh storage provider.
  • Shortcut notes
    • ls files
      •  ssh 1416@ch-s011.rsync.net ls 

    • sync dir datadir to rsync.net '''NOTE:''' dont need -e ssh, ssh is now default for rsync2.6

      •  rsync -av  datadir 1416@ch-s011.rsync.net:datadir 

    • make snapshot with hardlinks cp -al
      •  ssh 1416@ch-s011.rsync.net cp -al backup.0 backup.1 

    • password change, notice -t
      •  ssh -t 1416@ch-s011.rsync.net passwd 

  • GIT annex
    •      git annex initremote myrsync type=rsync rsyncurl=ssh.example.com:/myrsync encryption=joey@kitenet.net
           git annex describe myrsync "rsync server"

...

Cloud/rsync.net (last edited 2019-12-02 04:08:47 by PieterSmit)