Open avlhv opened 3 years ago
Hello Made a little different functionality, but perhaps someone will be useful, and very much hope that someone will be able to finalize and add to the main branch. Did it on version 4.3 Added three options 1) Export boot disk only. 2) Excluding deactivated disks when backup (I personally have a problem if VMs are running and their backup does not remove the snapshot) 3) List of id disks which need to be excluded from backup.
Tested it on a couple of virtual machines, got the idea from https://github.com/wefixit-AT/oVirtBackup/issues/11 and looked up the code on the here https://git.furworks.de/opensourcemirror/ansible/commit/9f6c210eac83b1f40e5a8a3d352e51e5d4bd8066
I am not a programmer, made for my own needs, so please check the workability before using it on a working virtualization.
To download branch 4.3, you must add -b
git clone https://github.com/wefixit-AT/oVirtBackup.git /opt/oVirtBackup.git -b oVirt4.3
To apply the patch, you need to unzip and run
git apply oVirtBackup43_20211012.patch
oVirtBackup43_20211012_patch.zip
P.s. Post updated, due to an error that crept up when reading the parameters, set all 3 parameters to None and reloaded patch. To roll back changes, use: git reset --hard
Hi The patch must be downloaded before apply. The link to it is in the post https://github.com/wefixit-AT/oVirtBackup/issues/69 https://github.com/wefixit-AT/oVirtBackup/files/7329519/oVirtBackup43_20211012_patch.zip Then, depending on the way cd /opt/oVirtBackup.git git apply /patch/oVirtBackup43_20211012.patch
I also made a request to unite when, but so far there has been no response. I'm sorry I missed your letter.
чт, 21 окт. 2021 г. в 04:04, ledkins @.***>:
Hi, Just tried to download/apply this patch but must be missing something as the apply oVirtBackup43_20211012.patch does not exist. git clone https://github.com/wefixit-AT/oVirtBackup.git /opt/oVirtBackup.git -b oVirt4.3
Cloning into '/opt/oVirtBackup.git'... remote: Enumerating objects: 298, done. remote: Counting objects: 100% (39/39), done. remote: Compressing objects: 100% (30/30), done. remote: Total 298 (delta 21), reused 18 (delta 9), pack-reused 259 Receiving objects: 100% (298/298), 81.61 KiB | 0 bytes/s, done. Resolving deltas: 100% (168/168), done. cd /opt/oVirtBackup.git/ ls
backup.py config_example.cfg config.py LICENSE.md README.md requirements.txt tests tox.ini vmtools.py
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wefixit-AT/oVirtBackup/issues/69#issuecomment-948151382, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ5RA5SRI4OLJX4OVBMN7MDUH5RKHANCNFSM5DUJKZOA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hey! Is it possible to back up a specific disk of a virtual machine. There is a virtual machine on which the second disk is very large and its data is backed up by other software.