diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-28 15:54:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-28 15:54:40 -0400 |
commit | b2fb74a7816500f3fdc0be1e1092a20cbb07f5a1 (patch) | |
tree | d942dcf17bb111b1b6b3c3f0560c7d60e5da9469 /doc | |
parent | af092cd478a1a1d9ec396f45fb8ae2389ee9df12 (diff) |
comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Copy_contents_of_directory_to_rsync_remotes_possible__63__/comment_1_6a598b2a0fc6c241aa051f663dca9842._comment | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/Copy_contents_of_directory_to_rsync_remotes_possible__63__/comment_1_6a598b2a0fc6c241aa051f663dca9842._comment b/doc/forum/Copy_contents_of_directory_to_rsync_remotes_possible__63__/comment_1_6a598b2a0fc6c241aa051f663dca9842._comment new file mode 100644 index 000000000..6e4186622 --- /dev/null +++ b/doc/forum/Copy_contents_of_directory_to_rsync_remotes_possible__63__/comment_1_6a598b2a0fc6c241aa051f663dca9842._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2014-10-28T19:26:01Z" + content=""" +git-annex has to tell rsync to transfer the "24863" directory, +otherwise rsync would not create that directory, and would then +fail to create "24863/2fe" since its parent directory doesn't exist. + +Might be able to use use ACLS, I suppose, but they bring a lot of complexity. +"""]] |