h1f0x/rtorrent-flood-openvpn

When torrent is finished it gets copied to "completed" directory not moved.

Closed this issue · 1 comments

Hey, i have the following setup.
Incomplete downloads go to -> /output/incomplete
complete downloads go to -> /output/complete

When a download finishes, the torrent gets copied from incomplete to complete, but i want it to move the data from incomplete to complete. So that once the torrent is finished, the torrent is only present in the "complete" directory.

Do you know how i can change this behaviour?

Thanks

I changed the cp command in the rtorrent.rc to mv and now it works