sh git-annex rsync ssh synology

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh git-annex rsync ssh synology相关的知识,希望对你有一定的参考价值。

# server
if [[ $(hostname) == 'OrzechStation' ]]; then
  rm -rf ~/a
  mkdir ~/a
  cd ~/a
  git init
  git annex init 'server'
  dd if=/dev/zero of=test bs=1024 count=0 seek=$[1024*10]
  git annex add test
  git commit -am 'first!'
elif [[ $(hostname) == 'HACKPRO' ]]; then
  rm -rf /tmp/b
  mkdir /tmp/b
  cd /tmp/b
  git init
  git annex init 'laptop'
  git annex initremote server type=rsync rsyncurl="syno:a" encryption=none
  git annex sync server
fi

以上是关于sh git-annex rsync ssh synology的主要内容,如果未能解决你的问题,请参考以下文章

sh 通过ssh快速远程目录rsync

sh 通过SSH进行Rsync - (1GB网卡上的40MB / s)

sh 通过SSH进行Rsync - (1GB网卡上的40MB / s)

rsync+inotify实现实时备份

rsync+shell脚本

git-annex:从特殊遥控器中删除超过 4 周前删除的文件内容