https://github.com/alfiosalanitri/encrypted-backup
Bash script to create an encrypted tar archive of a given directory. Supports files and folders exclusions listed in the excluded.txt file
https://github.com/alfiosalanitri/encrypted-backup
backup bash encryption
Last synced: about 1 month ago
JSON representation
Bash script to create an encrypted tar archive of a given directory. Supports files and folders exclusions listed in the excluded.txt file
- Host: GitHub
- URL: https://github.com/alfiosalanitri/encrypted-backup
- Owner: alfiosalanitri
- License: mit
- Created: 2021-10-27T11:57:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T21:28:23.000Z (about 3 years ago)
- Last Synced: 2025-07-21T16:46:45.202Z (11 months ago)
- Topics: backup, bash, encryption
- Language: Shell
- Homepage:
- Size: 278 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# encrypted-backup
Bash script to create an encrypted tar archive of a given directory.
Supports files and folders exclusions listed in the excluded.txt file
## Installation
`chmod +x /path/to/encrypted-backup`
## Usage
- `/path/to/encrypted-backup /path/from/files/ /path/to/destination/`
or
- `/path/to/encrypted-backup /path/from/files/ /path/to/destination/ /path/to/excluded.txt`
## How to decrypt
`gpg -o backup-file.tar -d backup-file.tar.gpg`