From 9398e0d83ded105efa5c03044fa2f9ce10efa589 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 3 Oct 2023 18:41:16 +0200 Subject: [PATCH] release note for migration --- release/1.0.0+latest | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 release/1.0.0+latest diff --git a/release/1.0.0+latest b/release/1.0.0+latest new file mode 100644 index 0000000..47876a2 --- /dev/null +++ b/release/1.0.0+latest @@ -0,0 +1,3 @@ +Breaking Change: the variables `SERVER_NAME` and `RESTIC_HOST` are merged into `RESTIC_REPO`. The format can be looked up here: https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html +ssh/sftp: `sftp:user@host:/repo-path` +S3: `s3:https://s3.example.com/bucket_name`