Hacker News new | ask | show | jobs
by andreareina 2656 days ago
I'm unfamiliar with syncthing, but could you run two daemons, one that does encrypted sync to e.g. dropbox, and one that does plain sync to your phone and such? Or would the two instances stomp on each other or get into an infinite loop? e.g.:

    plain <-> syncthing <-> phone
      ^
      |
      V
    encfs <-> syncthing <-> dropbox
1 comments

That might be doable, but then I'd need an always-on trusted computer to do the decryption, and if I have that I don't need the VPS...