summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar spiffytech <spiffytech@web>2016-11-30 21:58:01 +0000
committerGravatar admin <admin@branchable.com>2016-11-30 21:58:01 +0000
commitba0f490d65bf0afb5eb7b2c54276da2310349960 (patch)
tree18487c5fe49cc1da365ba36e6ea7e81e290273a5 /doc
parentdbbbd4580ad55b609c3ee41f8769de35f9962ab2 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Extra___38___missing_folders_on_remote.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Extra___38___missing_folders_on_remote.mdwn b/doc/forum/Extra___38___missing_folders_on_remote.mdwn
new file mode 100644
index 000000000..b78961ccc
--- /dev/null
+++ b/doc/forum/Extra___38___missing_folders_on_remote.mdwn
@@ -0,0 +1,9 @@
+I created a local annex directory that's an adjusted branch used with the assistant. On another machine, I initialized an annex directory, then made this into a full-backup ssh remote for my local.
+
+After the assistant pushes to the remote, and the remote runs `git annex sync`, the remote is missing some directories and has some extra directories. For example, it has the extra directory `Documents/programs/Documents/programs/`, which has different contents than `Documents/programs/`. Both directories are missing the subdirectory `graphing_experiments/`.
+
+From my local, `git annex whereis Documents/programs/graphing_experiments` says the directory exists on the remote. But it's not there.
+
+I recreated the remote from scratch and the problem persists.
+
+The assistant says the remote is caught up, and is keeping up with new content changes. What could cause this?