.editorconfig
.gitignore
LICENSE
README.md
makefile
makefile.demo
setup.py
tox.ini
.github/workflows/release.yaml
.github/workflows/test.yaml
demo/config.ini
doc/conf.py
doc/index.rst
snapshotbackup/__init__.py
snapshotbackup/cache.py
snapshotbackup/config.py
snapshotbackup/exceptions.py
snapshotbackup/notify.py
snapshotbackup/subprocess.py
snapshotbackup/timestamps.py
snapshotbackup/volume.py
snapshotbackup/worker.py
snapshotbackup.egg-info/PKG-INFO
snapshotbackup.egg-info/SOURCES.txt
snapshotbackup.egg-info/dependency_links.txt
snapshotbackup.egg-info/entry_points.txt
snapshotbackup.egg-info/requires.txt
snapshotbackup.egg-info/top_level.txt
tests/__init__.py
tests/test_cache.py
tests/test_config.py
tests/test_main.py
tests/test_notify.py
tests/test_subprocess.py
tests/test_volume.py
tests/test_worker.py