This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
mirrors
/
borg
同期ミラー
https://github.com/borgbackup/borg
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
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
ファイルの表示