I’ll admit, when I first started torrent I was not really familiar with how it worked and how important seeding was. I would just use magnet links without configuration to save the torrent and seed after completion. Well… I have finally, got myself back to 1.00 after a couple months and working to try to always seed double what I get for each torrent.
Often times I was one of the few random seeders available for some of these torrents. Friendly reminder to give back because you never know when you’re one of the rare cases that can complete someones long lost file download!
You can back up those by copying ~/.local/share/qBittorrent and ~/.config/qBittorrent
I did go out of my way to check creation date and modified date on those folders to try and assess whether I had copied the statistics over from my distrohop. Might’ve been old stats plus new, I’m not too sure. I should really start using
cp -a
instead of just drag’n’drop in dolphin…I mean, dragging and dropping in dolphin worked for me… Idk…
It’s just that the original timestamps are lost that way. With
cp -a
I would’ve kept the original “created on” date. My memory is so shot I can barely remember what I did last week, let alone 42 days ago, whether I copied over those stats or not…