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

Match backup target directory to virtual machine #11

Closed
abbbi opened this issue May 3, 2021 · 1 comment
Closed

Match backup target directory to virtual machine #11

abbbi opened this issue May 3, 2021 · 1 comment

Comments

@abbbi
Copy link
Owner

abbbi commented May 3, 2021

Currently following might possible if virtual machine has the same amount of checkpoints:

virtnbdbackup -l full -d vm1 -o /tmp/backup
virtnbdbackup -l inc -d vm2 -o /tmp/backup

its not checked wether if the already existing data-set in the target directory matches the virtual machine
that is backed up.

@abbbi
Copy link
Owner Author

abbbi commented May 3, 2021

Wont work bcs cbt file is named after virtual machine and backup wont find any checkpoints:

./virtnbdbackup -l inc -d vm4 -o /tmp/vm2b/
2021-05-03 13:45:13 INFO common - printVersion: Version: 0.19 Arguments: ./virtnbdbackup -l inc -d vm4 -o /tmp/vm2b/
2021-05-03 13:45:13 INFO virtnbdbackup - main: Domain has 1 disks attached which support changed block tracking.
2021-05-03 13:45:13 INFO virtnbdbackup - main: Looking for checkpoints
2021-05-03 13:45:13 ERROR virtnbdbackup - main: No prior checkpoints found, execute full backup first

so accidentally writing files from one vm to another vm backup directory wont happen.

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