Skip to content

Commit

Permalink
Merge pull request #14 from felipealfonsog/development
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
felipealfonsog authored Jul 23, 2023
2 parents adf12a3 + 717ba26 commit 746c4e3
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 746c4e3

Please sign in to comment.