From 17b9756300a79e75dd70de9a6d2681f9aebe893d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 Dec 2018 16:09:48 -0400 Subject: [PATCH] bug report --- ...not_drop_local_content_present_in_exporttree_remote.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/bugs/sync_does_not_drop_local_content_present_in_exporttree_remote.mdwn diff --git a/doc/bugs/sync_does_not_drop_local_content_present_in_exporttree_remote.mdwn b/doc/bugs/sync_does_not_drop_local_content_present_in_exporttree_remote.mdwn new file mode 100644 index 0000000000..21d491923d --- /dev/null +++ b/doc/bugs/sync_does_not_drop_local_content_present_in_exporttree_remote.mdwn @@ -0,0 +1,6 @@ +`git annex sync --content` does not drop local unwanted content that +has been transferred to an exporttree remote. + +This normally doesn't matter since exporttree remotes are untrusted, but +S3 with versioning enabled is not untrusted and once a file reaches such a +remote it should be able to be dropped locally. --[[Joey]]