"shared_folders" :
[
{
// use --generate-secret in command line to create new secret
"secret" : “XXXXXXXXXXXXXXXXXXXXXX", // * required field
"dir" : "/home/maochanz/sync_dir”, // * required field
A simple init script for BitTorrent Sync. Written and tested on CentOS 6.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
# chkconfig --add btsync
# chkconfig btsync on
# chkconfig —list btsync
btsync 0:off 1:off 2:on 3:on 4:on 5:on 6:off
# service btsync start
By using this application, you agree to our Privacy Policy and Terms.
http://www.bittorrent.com/legal/privacy
http://www.bittorrent.com/legal/terms-of-use
BitTorrent Sync forked to background. pid = 1588
btsync successfully started
# service btsync status
btsync is running
# service btsync stop
btsync successfully stopped
# service btsync start
By using this application, you agree to our Privacy Policy and Terms.
http://www.bittorrent.com/legal/privacy
http://www.bittorrent.com/legal/terms-of-use
BitTorrent Sync forked to background. pid = 1588
btsync successfully started