Backup your qBitorrent client and restore anytime. All settings, statistics and torrent list will be saved.
First, get the script and make it executable:
wget https://raw.githubusercontent.com/cantalupo555/qbittorrent-backup-linux/master/qbittorrent-backup-linux.sh
chmod +x qbittorrent-backup-linux.sh
Then run it:
sudo ./qbittorrent-backup-linux.sh
This script works with qBittorrent installed via package manager, Flatpak or both versions.
This table lists the tested Linux distributions and their compatibility:
Distribution | Version(s) Tested | x86_64 | aarch64 |
---|---|---|---|
Ubuntu | 22.04+ | ✅ | ✅ |
Debian | 11+ | ✅ | ✅ |
Fedora | 34, 35 | 🛑 | 🛑 |
Arch Linux | Latest | 🛑 | 🛑 |
Manjaro | Latest | 🛑 | 🛑 |
openSUSE Tumbleweed | Latest | 🛑 | 🛑 |
Note: The script may work on other distributions with similar package management systems and environments, but compatibility has not been thoroughly verified. If you encounter any issues, please report them here.
- Fix script alignment. Completed in commit: 2b4484f da5fd9a ✅
- Fix dependencies on different Debian-based distributions. Completed in commit: cebc5b3 ✅
- Create a list of Linux distributions that have tested the script. 72b7203 ✅
- Make the script compatible with qBittorrent installed via flatpak.c7364fe ✅
- Make it compatible with non-Debian distributions. 🔄
Any suggestions are welcome: Click here
Please fill a report here