From 937f84a9eaf40daeaac9c16a0d47e658aac5519f Mon Sep 17 00:00:00 2001 From: "a@92214b2eae95307f511e06845d2cb5b5931b00a3" Date: Tue, 3 Nov 2020 16:38:19 +0000 Subject: [PATCH] --- doc/forum/Moving_S3_special_remote.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/Moving_S3_special_remote.mdwn diff --git a/doc/forum/Moving_S3_special_remote.mdwn b/doc/forum/Moving_S3_special_remote.mdwn new file mode 100644 index 0000000000..d80237492e --- /dev/null +++ b/doc/forum/Moving_S3_special_remote.mdwn @@ -0,0 +1 @@ +I want to move the contents of my S3 special remote. I've already kicked off the transfer with `rclone sync s3:bucketfoo s3:bucketbar/annex` to move the encrypted chunks to a new bucket under a new prefix. Once that finishes (in a few days), can I just run `git annex enableremote [new params]` or will I run into problems?