Backup and restore your qBittorrent configuration on Linux with a single command
$ curl -sL qbt.cantalupo.com.br | bash
Simple, reliable, and designed for the Linux community
Saves all configuration files, torrent metadata, statistics, and logs in a single ZIP file.
No installation required. Just run the command and follow the interactive menu.
Restore everything with a single click. All settings and torrent list are preserved.
Works with both standard and Flatpak installations automatically.
Everything you need to restore your qBittorrent setup
Get started in seconds
# Run directly from the web
curl -sL qbt.cantalupo.com.br | bash
# Or with wget
wget -qO- qbt.cantalupo.com.br | bash
# Clone and run locally
git clone https://github.com/cantalupo555/qbittorrent-backup-linux.git
cd qbittorrent-backup-linux
./src/main.sh
Tested on popular Linux distributions