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

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

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