Before posting, and to avoid disappointment, please read the following:

  • This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
  • If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.

run profile via ssh

SyncBackFree is the freeware version of SyncBack. It is *not* an evaluation version of SyncBackPro/SE.
Post Reply
nikc
Newbie
Newbie
Posts: 1
Joined: Thu May 09, 2019 4:05 pm

run profile via ssh

Post by nikc »

Hello

I am trying to run a SyncbackFree profile on Windows 10 via ssh from a machine running Linux.

The ssh command I am using on the Linux machine is this -

Code: Select all

ssh [email protected] "D:\Users\john\sync.bat"
The contents of 'sync.bat' on the Windows machine is this -

Code: Select all

@echo off
"D:\Program Files (x86)\2BrightSparks\SyncBackFree\SyncBackFree.exe" sync
ssh [email protected] /home/nick/complete.sh
The profile does appear to run however the 'Results' column in Syncback then displays 'Network Failure' on completion. The batch does complete as the last line executes successfully.

Is there a way I can get this to work as intended or is it the case that what I am tying to do is not possible?

Many thanks
Post Reply