Merge remote-tracking branch 'branchable/master'
This commit is contained in:
commit
4381ac062f
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
i think it would be useful to have a fourth kind of [[special remote]]s 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.
|
||||
|
||||
an alternative to implementing yet another special remote would be to have some kind of plugin system by which external programs can provide an interface to key-value stores (i'd implement the sftp backend myself, but haven't learned haskell yet).
|
Loading…
Add table
Reference in a new issue