https://github.com/aram-ibrahim/gnu_linux-backup-scripts
A backup and restore tools for GNU/Linux systems.
https://github.com/aram-ibrahim/gnu_linux-backup-scripts
backup backup-script bash linux restore systemd
Last synced: 5 months ago
JSON representation
A backup and restore tools for GNU/Linux systems.
- Host: GitHub
- URL: https://github.com/aram-ibrahim/gnu_linux-backup-scripts
- Owner: Aram-Ibrahim
- Created: 2024-09-04T10:44:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T10:55:57.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T18:15:57.143Z (about 1 year ago)
- Topics: backup, backup-script, bash, linux, restore, systemd
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GNU_Linux-backup-scripts
A backup and restore tools for GNU/Linux systems, Addtionally a systemd service and timer are provided.
# How to maually run the backup?
run `bash ./backup.sh`
# How to maually run the restore?
run `bash ./restore.sh`
# How to install the systemd service?
Run `bash ./installBackupService.sh`
Make sure all files are with the needed permissions.
# How to uninstall the systemd service?
run `bash ./uninstallBackupService.sh`