mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 10:18:12 +00:00
6b426d08d7
- Created a batch file to build borg on windows - Adjusted setup.py to be runnable on windows and build the windows extension - Extracted the free space check to a function in the platform module - Created the minimal needed (dummy) functions for the windows platform module
31 lines
450 B
Text
31 lines
450 B
Text
MANIFEST
|
|
docs/_build
|
|
build
|
|
dist
|
|
borg-env
|
|
.tox
|
|
src/borg/compress.c
|
|
src/borg/crypto/low_level.c
|
|
src/borg/hashindex.c
|
|
src/borg/item.c
|
|
src/borg/chunker.c
|
|
src/borg/algorithms/checksums.c
|
|
src/borg/platform/darwin.c
|
|
src/borg/platform/freebsd.c
|
|
src/borg/platform/linux.c
|
|
src/borg/platform/posix.c
|
|
src/borg/platform/windows.c
|
|
src/borg/_version.py
|
|
*.egg-info
|
|
*.pyc
|
|
*.pyd
|
|
*.so
|
|
.idea/
|
|
.cache/
|
|
borg.build/
|
|
borg.dist/
|
|
borg.exe
|
|
.coverage
|
|
.coverage.*
|
|
.vagrant
|
|
.eggs
|