This website works better with JavaScript
홈
탐색
도움말
로그인
mirrors
/
borg
의 미러
https://github.com/borgbackup/borg
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
rename package directory to borg
Thomas Waldmann
10 년 전
부모
6c74cae47e
커밋
78bfc58b47
35개의 변경된 파일
과
0개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
0
0
borg/__init__.py
0
0
borg/_chunker.c
0
0
borg/_hashindex.c
0
0
borg/_version.py
0
0
borg/archive.py
0
0
borg/archiver.py
0
0
borg/cache.py
0
0
borg/chunker.pyx
0
0
borg/crypto.pyx
0
0
borg/fuse.py
0
0
borg/hashindex.pyx
0
0
borg/helpers.py
0
0
borg/key.py
0
0
borg/lrucache.py
0
0
borg/platform.py
0
0
borg/platform_darwin.pyx
0
0
borg/platform_freebsd.pyx
0
0
borg/platform_linux.pyx
0
0
borg/remote.py
0
0
borg/repository.py
0
0
borg/testsuite/__init__.py
0
0
borg/testsuite/archive.py
0
0
borg/testsuite/archiver.py
0
0
borg/testsuite/chunker.py
0
0
borg/testsuite/crypto.py
0
0
borg/testsuite/hashindex.py
0
0
borg/testsuite/helpers.py
0
0
borg/testsuite/key.py
0
0
borg/testsuite/lrucache.py
0
0
borg/testsuite/mock.py
0
0
borg/testsuite/platform.py
0
0
borg/testsuite/repository.py
0
0
borg/testsuite/run.py
0
0
borg/testsuite/xattr.py
0
0
borg/xattr.py
+ 0
- 0
attic/__init__.py → borg/__init__.py
파일 보기
+ 0
- 0
attic/_chunker.c → borg/_chunker.c
파일 보기
+ 0
- 0
attic/_hashindex.c → borg/_hashindex.c
파일 보기
+ 0
- 0
attic/_version.py → borg/_version.py
파일 보기
+ 0
- 0
attic/archive.py → borg/archive.py
파일 보기
+ 0
- 0
attic/archiver.py → borg/archiver.py
파일 보기
+ 0
- 0
attic/cache.py → borg/cache.py
파일 보기
+ 0
- 0
attic/chunker.pyx → borg/chunker.pyx
파일 보기
+ 0
- 0
attic/crypto.pyx → borg/crypto.pyx
파일 보기
+ 0
- 0
attic/fuse.py → borg/fuse.py
파일 보기
+ 0
- 0
attic/hashindex.pyx → borg/hashindex.pyx
파일 보기
+ 0
- 0
attic/helpers.py → borg/helpers.py
파일 보기
+ 0
- 0
attic/key.py → borg/key.py
파일 보기
+ 0
- 0
attic/lrucache.py → borg/lrucache.py
파일 보기
+ 0
- 0
attic/platform.py → borg/platform.py
파일 보기
+ 0
- 0
attic/platform_darwin.pyx → borg/platform_darwin.pyx
파일 보기
+ 0
- 0
attic/platform_freebsd.pyx → borg/platform_freebsd.pyx
파일 보기
+ 0
- 0
attic/platform_linux.pyx → borg/platform_linux.pyx
파일 보기
+ 0
- 0
attic/remote.py → borg/remote.py
파일 보기
+ 0
- 0
attic/repository.py → borg/repository.py
파일 보기
+ 0
- 0
attic/testsuite/__init__.py → borg/testsuite/__init__.py
파일 보기
+ 0
- 0
attic/testsuite/archive.py → borg/testsuite/archive.py
파일 보기
+ 0
- 0
attic/testsuite/archiver.py → borg/testsuite/archiver.py
파일 보기
+ 0
- 0
attic/testsuite/chunker.py → borg/testsuite/chunker.py
파일 보기
+ 0
- 0
attic/testsuite/crypto.py → borg/testsuite/crypto.py
파일 보기
+ 0
- 0
attic/testsuite/hashindex.py → borg/testsuite/hashindex.py
파일 보기
+ 0
- 0
attic/testsuite/helpers.py → borg/testsuite/helpers.py
파일 보기
+ 0
- 0
attic/testsuite/key.py → borg/testsuite/key.py
파일 보기
+ 0
- 0
attic/testsuite/lrucache.py → borg/testsuite/lrucache.py
파일 보기
+ 0
- 0
attic/testsuite/mock.py → borg/testsuite/mock.py
파일 보기
+ 0
- 0
attic/testsuite/platform.py → borg/testsuite/platform.py
파일 보기
+ 0
- 0
attic/testsuite/repository.py → borg/testsuite/repository.py
파일 보기
+ 0
- 0
attic/testsuite/run.py → borg/testsuite/run.py
파일 보기
+ 0
- 0
attic/testsuite/xattr.py → borg/testsuite/xattr.py
파일 보기
+ 0
- 0
attic/xattr.py → borg/xattr.py
파일 보기