An open API service indexing awesome lists of open source software.

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.

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`