#0 - Implement backup #1

Merged
GuillaumeHemmen merged 2 commits from feat/implement-backup into master 2024-08-21 12:54:07 +02:00

2 commits

Author SHA1 Message Date
8767af34a6
#000 - Remove redundant tar option in backup command
The `-z` option in the tar command was removed since it is unnecessary for the current backup operation. This simplifies the command and avoids potential confusion regarding compression.
2024-08-21 12:53:04 +02:00
fd7c4e87e7
#0000 - Add docker-volume-manager command and .editorconfig
Introduces `docker-volume-manager` with functionalities to backup and restore Docker volumes. Also adds an .editorconfig file to ensure consistent coding styles across the project.
2024-08-08 06:56:00 +02:00