2014年5月19日 星期一

unison

# server 及 client 都要安裝 unison
# apt-get install unison

$ vi .unison/default.prf
root = /home/yan/sync
root = ssh://yan@192.168.1.1//home/yan/sync

# 如果不想要在同步過程中因unison詢問而暫停,請設定batch=true
batch = true

# 檔案衝突的處理方式,設定為auto可讓unison決定最適合的處理方式而不會暫停等候使用者決定
auto = true
$ crontab -e
*/1 * * * * /usr/bin/unison &> /dev/null




References :
Unison | chtseng

沒有留言:

張貼留言