Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felipealfonsog authored Jul 23, 2023
1 parent 5a1df16 commit 717ba26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Bash script for backups/encrypted on Unix-like (Linux & macOS) systems.
#### Decrypt and untar

```
gpg --decrypt --batch --passphrase your_passphrase encrypted_file.tar.gz.gpg | tar xzvf -
gpg --decrypt --batch --passphrase passphrase encrypted_file.tar.gz.gpg | tar xzvf -
```

```
gpg --decrypt --batch --passphrase \"your_passphrase\" \"encrypted_file.tar.gz.gpg\" | tar xzvf - --directory \"$HOME/Documents\"
gpg --decrypt --batch --passphrase \"passphrase\" \"backup_20230723_000101.tar.gz.gpg\" | tar xzvf - --directory \"$HOME/Documents/backedup-unencryped\"
```

#### Contributing
Expand Down

0 comments on commit 717ba26

Please sign in to comment.