From e108bc36a270f049705a66cc867004ce396f3e2c Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Tue, 11 Feb 2025 02:43:19 +0000 Subject: [PATCH] chore: add disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91f16cc..8e83d95 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,5 @@ borg init -e repokey borg@:/opt/borg/ If you have selected another port other than 22, you can change the port used by borg by running `export BORG_RSH="ssh -p "` on the client running the backup command. From here you should follow the usage documentation provided on [borgbackup.readthedocs.io](https://borgbackup.readthedocs.io/en/stable/usage/general.html). + +### DISCLAIMER: MAKE SURE TO STORE YOUR PASSPHRASE IN A SECURE LOCATION. IF IT IS LOST, YOUR BACKUPS WILL BECOME UNRECOVERABLE.