ユーザ用ツール

サイト用ツール


サイドバー

Index

はじめてのおつかい






DokuWiki整形記法


PlayGround



serverapps:syncthing

文書の過去の版を表示しています。


syncthing

install

# pkg install syncthing
# cat /etc/rc.conf.local
syncthing_enable=YES
# service syncthing start

allow access from the network

    <gui enabled="true" tls="false" debugging="false">
        <address>127.0.0.1:8384</address>
     ↓
    <gui enabled="true" tls="false" debugging="false">
        <address>0.0.0.0:8384</address>

Windows

Chocolateyでインストール

> choco install synctrayzor

あれ、動かない

[monitor] 10:10:10 INFO: Log output saved to file "C:\Users\xxxxxxxx\AppData\Local\Syncthing\syncthing.log"
[start] 10:10:10 INFO: syncthing v1.18.1 "Fermium Flea" (go1.16.6 windows-amd64) teamcity@build.syncthing.net ...
[start] 10:10:10 WARNING: Failed to initialize config: config file version (37) is newer than supported version (35). If this is expected, use -allow-newer-config to ove

先に単体のsyncthingを動かしたんだが、そこで作られた設定ファイルの方がバージョンが新しいので起動しなかった模様 サクッと当該フォルダの中消して立ち上げたら大丈夫だった


同期

  • 同期する双方のPCで接続先デバイスとして登録
  • 同期するフォルダ→編集→共有で同期する接続先デバイスを選択する

これで行けるはず

serverapps/syncthing.1690018364.txt.gz · 最終更新: 2023/07/22 18:32 by hayashi