Quote Originally Posted by RubberToe View Post
Hi all,

Recently switched to a hetzner server (loving the 6TB space compared to the 2TB from my last). I've copied over all my data files to the new server and now I want to setup rtorrent to resume seeding. What's the best way to go about this? The directory structure is slightly different but all files are still stored in the same main folder.

What is the easiest way to go about achieving this?
You can do the following.

Stop rtorrent in both seedboxes.
On the NEW server run this:
rsync -avhSP --stats user@OLDSERVERIP:/home/user/ /home/user/

Of course change the user paths on both source and destination