1

I have an old netbook that I use as a torrent server running utorrent on ubuntu and accessing with the webUI, at the moment I add links through the UI and then manually copy the files over to my NAS.

What I'd like to be able to do is set utorrent to move completed downloads into a folder where everything that's there is copied to my NAS, ideally using a crontab to do it every so often so I don't have to run it manually. Sadly I know almost nothing about linux and al my attempts have failed.

Is this possible/ how can I go about achieving this?

Scylax
  • 11
  • 2

1 Answers1

0

Of course running rsync via cron job is an option, but it is NOT the best option.

You can try BitTorrent Sync (AKA btsync), download and run btsync on both your old netbook and NAS (most likely to be running ARM Linux), set up folder to sync on the old netbook, add then add it (use the secret or QR code) on the NAS to sync it over. Works like a charm.

Terry Wang
  • 10,185