Automatic Restart After Crash?


chmars2020

Recommended Posts

chmars2020, thank you for your suggestion. We'll consider about adding this feature in future updates. Crash is not normal behavior for the Sync.

But you can make a script to check if the Sync is running or not and start it if it's not running:

case "$(pidof btsync |wc -w)" in0) echo "Starting Sync"./btsync;;1) echo "Sync is already running";;esac

Then add that script into the crontab to run every minute.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.