mirror of
https://github.com/borgbackup/borg.git
synced 2026-07-05 00:05:57 -04:00
we must exclude colon and slash chars from the username, otherwise the term for the user part will match everything up to a @ char in the archive name. a slash can't be in a username as the home directory would contain a illegal slash (slash is path sep), a colon likely also should not be in a username because chown user:group ... syntax. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| archive.py | ||
| archiver.py | ||
| benchmark.py | ||
| chunker.py | ||
| compress.py | ||
| crypto.py | ||
| hashindex.py | ||
| helpers.py | ||
| key.py | ||
| locking.py | ||
| logger.py | ||
| lrucache.py | ||
| platform.py | ||
| repository.py | ||
| shellpattern.py | ||
| upgrader.py | ||
| xattr.py | ||