1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-22 14:11:27 +00:00
borg/dedupestore/__init__.py
2010-10-25 19:51:47 +02:00

7 lines
120 B
Python

# This is a python package
NS_ARCHIVE_ITEMS = 'AI'
NS_ARCHIVE_CHUNKS = 'AC'
NS_ARCHIVE_METADATA = 'AM'
NS_CHUNK = 'C'