Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different snapshot for the same container #16

Open
mcollado opened this issue Mar 25, 2021 · 0 comments
Open

Different snapshot for the same container #16

mcollado opened this issue Mar 25, 2021 · 0 comments

Comments

@mcollado
Copy link

Creates a different snapshot of the same container if invoked by specifying the container short IDs or --all:

docker-backup backup e45b4d61b2c9
[...]
docker-backup backup --all

You got

10291 25 mar 16:45 mariadb-10.5.8-e45b4d61b2c9.backup.files
 2179 25 mar 16:45 mariadb-10.5.8-e45b4d61b2c9.backup.json
10343 25 mar 17:42 mariadb-10.5.8-e45b4d61b2c9b5de6c973d873bdfea38224e9420bf659d7a55f8f274b11d9081.backup.files
 2179 25 mar 17:42 mariadb-10.5.8-e45b4d61b2c9b5de6c973d873bdfea38224e9420bf659d7a55f8f274b11d9081.backup.json

Restic snapshots

ID        Time                 Host          Tags
------------------------------------------------------------------------------------------------------------------------------------

12f4fdb8  2021-03-25 16:45:44  xxx.local  mariadb-10.5.8-e45b4d61b2c9
2a064352  2021-03-25 17:41:39  xxx.local  mariadb-10.5.8-e45b4d61b2c9b5de6c973d873bdfea38224e9420bf659d7a55f8f274b11d9081

It works OK if I specify the long ID.

I'm not sure if is a bug or can be addressed. On the other hand, the program is amazing.

@muesli muesli changed the title Diferent spanshot for the same container Different snapshot for the same container Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant