When removing a torrent with “Also remove the content files” instead of deleting the files it moves to .Trash-ID
, even on headless/docker systems.
Set to delete files: Settings -> Advanced -> Torrent content removing mode: Delete files permanently
Issue https://github.com/qbittorrent/qBittorrent/issues/21497
PS: There’s a pull request to revert back to delete https://github.com/qbittorrent/qBittorrent/pull/21528
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles, including DMs
4. Don’t submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Yes, if you’re using a system package check the root of your drive (
/mnt/sdb/.Trash-1000
), if it’s docker (e.g.-v /path/to/downloads:/downloads
) should be/path/to/downloads:/downloads/.Trash-$PID
Awesome. Thanks!