https://github.com/rbourgeat/backup-script
A simple bash backup script for linux
https://github.com/rbourgeat/backup-script
backup bash crontab linux ubuntu
Last synced: 3 months ago
JSON representation
A simple bash backup script for linux
- Host: GitHub
- URL: https://github.com/rbourgeat/backup-script
- Owner: rbourgeat
- Created: 2022-11-28T11:38:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T12:04:07.000Z (over 3 years ago)
- Last Synced: 2025-04-08T17:25:09.359Z (about 1 year ago)
- Topics: backup, bash, crontab, linux, ubuntu
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backup-script
A simple bash backup script for linux
## Documentation
This script will save the current path in an archive.
```
bash backup.sh
```
or
```
sudo chmod +x backup.sh
./backup.sh
```
## Automating
```
sudo crontab -e
```
And copy the [crontab](https://raw.githubusercontent.com/rbourgeat/backup-script/main/crontab) file