From 785cb276f0e0259c59ca769f09525e85eb954076 Mon Sep 17 00:00:00 2001 From: "andrew@2e5aa03dfdc624af77a5957dd345d28430342a9c" Date: Fri, 15 Jun 2018 22:23:58 +0000 Subject: [PATCH] posted issue --- ...h_exporttree_should_sync_files_deleted_from_the_remote.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/Exporting_with_exporttree_should_sync_files_deleted_from_the_remote.mdwn diff --git a/doc/todo/Exporting_with_exporttree_should_sync_files_deleted_from_the_remote.mdwn b/doc/todo/Exporting_with_exporttree_should_sync_files_deleted_from_the_remote.mdwn new file mode 100644 index 0000000000..98ddef9f56 --- /dev/null +++ b/doc/todo/Exporting_with_exporttree_should_sync_files_deleted_from_the_remote.mdwn @@ -0,0 +1,3 @@ +If git-tracked files are removed from the remote, they don't get synced over after a "git annex fsck" and "git annex export". + +Is there some way that they could make it to the remote? I'm imagining an rsync-like behavior to copy over files that have different time stamps or file sizes. Would such a feature be welcome in git annex?