Skip to content

Commit 3947398

Browse files
author
Patrick M
committed
add github location
1 parent 8139bf3 commit 3947398

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_posts/2023-06-26-bitwarden-automated-backup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ export BW_NOTIFICATION_EMAIL="<your_notification_email_address>"
7777

7878
## Setting up the Script
7979

80-
The script needs to be put somewhere the Bitwarden user can read it, and it needs to be set as executable.
80+
The scripts we're going to run live a repo named [BitwardenBackup](https://github.com/BinaryPatrick/BitwardenBackup). Definitely review the code that will be running. The script needs to be put somewhere the Bitwarden user can read it, and it needs to be set as executable.
81+
82+
> Don't just take my word for it. Always inspect the code that will be running on your machines, especially from an untrusted and unsigned source.
83+
> {: .prompt-warning }
8184
8285
```bash
8386
REPO_BACKUP_SCRIPT=https://raw.githubusercontent.com/BinaryPatrick/BitwardenBackup/main/backup.sh

0 commit comments

Comments
 (0)