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
- Host: GitHub
- URL: https://github.com/alexdremov/backupbash
- Owner: alexdremov
- Created: 2022-02-21T11:20:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T11:57:29.000Z (over 4 years ago)
- Last Synced: 2025-04-17T19:50:17.772Z (about 1 year ago)
- Topics: backup, bash, shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
```