1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-21 13:47:16 +00:00
borg/attic
Jonas Borgström a9fc62cc9a Added option to restrict remote repository access to specific path(s)
With this option remote repository access can be restricted to a
specific path for a specific ssh key using the following line
in ~/.ssh/authorized_keys::

command="attic serve --restrict-to-path /data/clientA" ssh-rsa clientA's key
command="attic serve --restrict-to-path /data/clientB" ssh-rsa clientB's key

Closes #51.
2014-03-24 21:28:59 +01:00
..
testsuite Added option to restrict remote repository access to specific path(s) 2014-03-24 21:28:59 +01:00
__init__.py
_chunker.c PyBuffer_FromMemory should be a static function 2014-02-09 21:25:05 +01:00
_hashindex.c Include "all archives" size information in "--stats" output. 2014-03-18 21:42:03 +01:00
_version.py
archive.py Added '--stats' option to attic prune and attic delete 2014-03-19 22:32:07 +01:00
archiver.py Added option to restrict remote repository access to specific path(s) 2014-03-24 21:28:59 +01:00
cache.py Added '--stats' option to attic prune and attic delete 2014-03-19 22:32:07 +01:00
chunker.pyx Add a method to detect out of date binary extension modules 2014-03-18 22:04:08 +01:00
crypto.pyx Add a method to detect out of date binary extension modules 2014-03-18 22:04:08 +01:00
fuse.py Remove peek concept and fix fuse issue 2014-01-23 22:13:08 +01:00
hashindex.pyx Add a method to detect out of date binary extension modules 2014-03-18 22:04:08 +01:00
helpers.py Added '--stats' option to attic prune and attic delete 2014-03-19 22:32:07 +01:00
key.py
lrucache.py Remove unused imports 2013-10-18 21:00:20 +02:00
remote.py Added option to restrict remote repository access to specific path(s) 2014-03-24 21:28:59 +01:00
repository.py check: Fix a check --repair issue and added more tests 2014-03-06 12:05:22 +01:00
xattr.py Fix copy-paste error in xattr.py 2013-09-01 22:13:46 +02:00