mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2026-01-06 23:35:38 +00:00
Compare commits
2 Commits
e0b2e8934e
...
0fb8efba4f
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fb8efba4f | |||
| 3b39a6ef02 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
__pycache__
|
||||
artifacts/
|
||||
artifacts/
|
||||
*.egg-info
|
||||
4
CHANGELOG.md
Normal file
4
CHANGELOG.md
Normal file
@@ -0,0 +1,4 @@
|
||||
## [1.0.0] - 2025-12-27
|
||||
|
||||
* Official Release 🥳
|
||||
|
||||
BIN
dist/backup_docker_to_local-1.0.0-py3-none-any.whl
vendored
Normal file
BIN
dist/backup_docker_to_local-1.0.0-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/backup_docker_to_local-1.0.0.tar.gz
vendored
Normal file
BIN
dist/backup_docker_to_local-1.0.0.tar.gz
vendored
Normal file
Binary file not shown.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "backup-docker-to-local"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
description = "Backup Docker volumes to local with rsync and optional DB dumps."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
Reference in New Issue
Block a user