Differences between revisions 9 and 10
Revision 9 as of 2013-05-12 18:33:57
Size: 768
Editor: PieterSmit
Comment: Fix link
Revision 10 as of 2013-09-24 20:45:45
Size: 815
Editor: PieterSmit
Comment: Add du disk space.
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
     {{{ ssh 1416@ch-s011.rsync.net du -s }}}

rsync.net

  • Links Cloud/Git-Annex

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

    • 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 

    • rsync test.
      •  rsync -av --dry-run PhotosGIT/ 1416@ch-s011.rsync.net:PhotosGIT/ 

...


CategoryStorage CategoryLinux

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