https://github.com/itachi1621/timeshift-backup-manager
simple CLI (Command Line Interface) backup manager for the Linux backup tool Timeshift
https://github.com/itachi1621/timeshift-backup-manager
backup-script bash bash-script linux shell-script timeshift timeshift-application
Last synced: 8 months ago
JSON representation
simple CLI (Command Line Interface) backup manager for the Linux backup tool Timeshift
- Host: GitHub
- URL: https://github.com/itachi1621/timeshift-backup-manager
- Owner: itachi1621
- License: mit
- Created: 2023-03-29T21:41:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T14:30:18.000Z (about 3 years ago)
- Last Synced: 2024-12-18T08:17:49.154Z (over 1 year ago)
- Topics: backup-script, bash, bash-script, linux, shell-script, timeshift, timeshift-application
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timeshift Backup Manager
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.
## Features
- 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.
## Requirements
- Timeshift installed and configured on your system
- Bash (version 4.0 or later)
- rsync (version 3.1.2 or later)
## Installation
1. Clone the repository:
```
git clone https://github.com/itachi1621/Timeshift-Backup-Manager.git
```
2. Move into the cloned directory with
```
cd Timeshift-Backup-Manager
```
3. Make the script executable with
```
chmod +x Timeshift-Backup-Manager
```
4. Execute the script using
**Script needs to be run as root in order to access timeshift features**
```
sudo ./Timeshift-Backup-Manager.sh
```
## Screenshots
**Main Menu**

**Backup Creation Menu**

**Backup Listing**

**Backup Deletion Menu**

**Backup Restoration**

## Tested On
- Ubuntu Server 22.04 LTS
- Ubuntu 22.04
- Ubuntu Server 20.04 LTS
## Timeshift repos
### Original Timeshift repo (Archived)
- https://github.com/teejee2008/timeshift
### Linux Mint Timeshift Repo (Current)
- https://github.com/linuxmint/timeshift
## License
This script is licensed under the MIT License.