This script is a simple CLI (Command Line Interface) backup manager for the Linux backup tool Timeshift,
With this script, you can easily manage your Timeshift backups via the CLI
without having to know the commands.
- Easily create backups of your system.
- Clean up old backups to free up disk space.
- Create backups with Daily, Monthly, Weekly Tags.
- Easy access to timeshift features on the CLI (Command Line Interface) without knowing the commands for timeshift.
- Timeshift installed and configured on your system
- Bash (version 4.0 or later)
- rsync (version 3.1.2 or later)
- Clone the repository:
git clone https://github.com/itachi1621/Timeshift-Backup-Manager.git
- Move into the cloned directory with
cd Timeshift-Backup-Manager
- Make the script executable with
chmod +x Timeshift-Backup-Manager
- Execute the script using
Script needs to be run as root in order to access timeshift features
sudo ./Timeshift-Backup-Manager.sh
Main Menu
Backup Creation Menu
Backup Listing
Backup Deletion Menu
Backup Restoration
- Ubuntu Server 22.04 LTS
- Ubuntu 22.04
- Ubuntu Server 20.04 LTS
This script is licensed under the MIT License.