Debian 13 Upgrade
We are upgrading all nodes to Debian 13 between August 14–21, 2026 to improve the security and stability of our infrastructure. View the full upgrade schedule →
External Backup Script using Rclone Mount
This script will back up your application config files, databases, and torrent sessions (not the torrent data). For it to work you need an Rclone mount set up on your service.
Prerequisites
- Familiarity with the Linux command line.
- Command execution via SSH.
- An Rclone mount already setup on your Ultra.cc service.
Installation
- Connect to your service via SSH.
- Execute the following command:
bash <(wget -qO- https://scripts.ultra.cc/util-v2/Ultra-Backup/main.sh)- Type
1andENTERto proceed with the installation. - Type your Rclone remote name, e.g
gdriveand pressENTERto confirm. - Done!
Configuration
- At 00:00 on every Sunday the script will now upload the backup to your remote cloud storage.
- To change the backup interval, execute
crontab -eand find the line with theUltra_Backupscript. Use crontab.guru to change the interval at the beginning of the line.
Log
- Log file can be found at
~/scripts/Ultra_Backup/backup.log
Uninstallation
- Connect to your service via SSH.
- Execute the following command:
bash <(wget -qO- https://scripts.ultra.cc/util-v2/Ultra-Backup/main.sh)- Type
2andENTERto proceed with the uninstallation. - Done!
If you require further assistance, you can open a support ticket here!