File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33sites: [ github] ( https://github.com/basiliscos/syncspirit ) , [ abf] ( https://github.com/basiliscos/syncspirit )
44
5- syncspirit is a continuous file synchronization program, which synchronizes files between devices.
5+ ` syncspirit ` is a continuous file synchronization program, which synchronizes files between devices.
66It is build using C++ [ rotor] ( github.com/basiliscos/cpp-rotor ) actor framework. It implements
77[ BEP-protocol] ( https://docs.syncthing.net/specs/bep-v1.html ) for files syncrhonization, or,
88simplistically speaking, it is [ syncthing] ( https://syncthing.net ) -compatible syncrhonization
99program.
1010
11+ Despite of being functional ` syncspirit ` is much less feature-rich then [ syncthing] ( https://syncthing.net )
12+ and still is in heavy development.
13+
1114
1215# status
1316
@@ -51,7 +54,7 @@ This list is probably incomplete, here are the most important changes
5154 syncspirit-daemon --log_level debug \
5255 --config_dir=/tmp/my_dir \
5356 --command add_peer:peer_label:KUEQE66-JJ7P6AD-BEHD4ZW-GPBNW6Q-Y4C3K4Y-X44WJWZ-DVPIDXS-UDRJMA7 \
54- --command add_folder:label=my_folder-label :id=nagkw-srrjz:path=/tmp/my_dir/data \
57+ --command add_folder:label=my_label :id=nagkw-srrjz:path=/tmp/my_dir/data \
5558 --command share:folder=my_label:device=KUEQE66 \
5659 --command inactivate:120
5760
You can’t perform that action at this time.
0 commit comments