fix broken links

This commit is contained in:
Joey Hess 2011-11-08 12:23:03 -04:00
parent d35cd6ff26
commit 67c9f84a1f
13 changed files with 16 additions and 22 deletions

View file

@ -2,7 +2,9 @@ I'm not sure if this is my stupidity or if it's a bug, but
git annex copy --force --to REMOTE .
just zip's through really quickly and doesn't actually force a copy to a remote location. This is just following up on the [[git-annex directory hashing problems on osx]]. I want to just do a force copy of all my data to my portable disk to really make sure that the data is really there. I would similarly would want to make sure I can force a
just zip's through really quickly and doesn't actually force a copy to a
remote location. This is just following up on the
[[bugs/git-annex_directory_hashing_problems_on_osx]]. I want to just do a force copy of all my data to my portable disk to really make sure that the data is really there. I would similarly would want to make sure I can force a
git annex copy --force --from REMOTE .

View file

@ -1,11 +1,11 @@
i think it would be useful to have a fourth kind of [[special remote]]s
i think it would be useful to have a fourth kind of [[special_remotes]]
that connects to a dumb storage using sftp or rsync. this can be emulated
by using sshfs, but that means lots of round-trips through the system and
is limited to platforms where sshfs is available.
typical use cases are backups to storate shared between a group of people
where each user only has limited access (sftp or rsync), when using [[bup]]
is not an option.
where each user only has limited access (sftp or rsync), when using
[[special_remotes/bup]] is not an option.
an alternative to implementing yet another special remote would be to have
some kind of plugin system by which external programs can provide an

View file

@ -1,6 +0,0 @@
git-annex does not seem to support all kinds of urls that git does.
> Please use [[bugs]] for bug reports. Moved [[there|bugs/wishlist:_support_for_more_ssh_urls_]].
> --[[Joey]]
>> And now all fixed! --[[Joey]]