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

https://github.com/alexdremov/backupbash

Creating backups for specific extension only
https://github.com/alexdremov/backupbash

backup bash shell

Last synced: 2 months ago
JSON representation

Creating backups for specific extension only

Awesome Lists containing this project

README

          

# BackupBash

Creating backups for specific extension only

## Usage
```bash
./run.sh absolute_path extension backup_folder_name archive_name
```

## Example
```bash
./run.sh ~/repo cpp backup backup.tar.gz
```