Deluge 1.3.11
Hi.
I backuped my files to a new external hard drive because the old one had trouble with deluge. It was formated with NTFS. And often during torrent checking or uploading it stops was ejected or something like this. So I took another hard drive formated it with ext4 encrypted it with LUKS and mounted it to the same place as the old one. It worked quite well. No problems any more.
Now I'm thinking of an alternative way.Instead of mounting the new hard drive to the same spot as the old one can I just change the saving place for every torrent? But I don't want to do it manually for every torrent. I discovered the torrents.state file. If I would search and replace all occurences of the mountinpoint of my old HDD and replace them with the mounting point of my new HDD would it work?
Example:
Code: Select all
OLD HARD DRIVE /media/username/harddriveOLD - search for this term
NEW HARD DRIVE /media/username/harddribeNEW - replace every finding with this
Thank you!