回答:
私が使う rsync
それは簡単で簡単だからです。
2つの方法を同期させるには、次の2つのコマンドを実行します。
rsync --recursive --progress --partial --rsh=ssh /home/Documents <username>@example.com:/home/Documents
rsync --recursive --progress --partial --rsh=ssh <username>@example.com:/home/Documents /home/Documents
編集: 私は誰かが提案したことを覚えています 二枚舌 スプリントで。ホームページが述べているように、 duplicity
「rsyncアルゴリズムを使用した帯域幅効率のよい暗号化バックアップ」です。