Xen Orchestra working on File Level Restore capabilities
-
@DustinB3403 said in Xen Orchestra working on File Level Restore capabilities:
@BRRABill said in Xen Orchestra working on File Level Restore capabilities:
@Danp said in Xen Orchestra working on File Level Restore capabilities:
sudo apt-get install libvhdi-utils
Thanks for this, BTW.
Fixed that same problem.
I wonder why XO doesn't look to see that is installed or something.
Oh, I know why. Linux.
Actually this wasn't a dependency when this topic was created. File Level just wasn't a function. So no reason to look for it at all.
But you need it now, right?
Restore didn't work without running that command.
-
@BRRABill said in Xen Orchestra working on File Level Restore capabilities:
@DustinB3403 said in Xen Orchestra working on File Level Restore capabilities:
@BRRABill said in Xen Orchestra working on File Level Restore capabilities:
@Danp said in Xen Orchestra working on File Level Restore capabilities:
sudo apt-get install libvhdi-utils
Thanks for this, BTW.
Fixed that same problem.
I wonder why XO doesn't look to see that is installed or something.
Oh, I know why. Linux.
Actually this wasn't a dependency when this topic was created. File Level just wasn't a function. So no reason to look for it at all.
But you need it now, right?
Restore didn't work without running that command.
If you recompiled you're updater it should've installed this dependency...
-
@DustinB3403 said
If you recompiled you're updater it should've installed this dependency...
Can you explain what you mean by this.
Signed,
Linux Noob -
@BRRABill said in Xen Orchestra working on File Level Restore capabilities:
@DustinB3403 said
If you recompiled you're updater it should've installed this dependency...
Can you explain what you mean by this.
Signed,
Linux NoobDownload the newest version of the update script and run it.
-
@DustinB3403 said
Download the newest version of the update script and run it.
Ah.
I've just been running my own script to update it with simple commands.
-
@BRRABill said in Xen Orchestra working on File Level Restore capabilities:
@DustinB3403 said
Download the newest version of the update script and run it.
Ah.
I've just been running my own script to update it with simple commands.
And the last I ran the script it broke my XO, so I am a little a'scart of it. LOL.
What is the command again?
-
@BRRABill said in Xen Orchestra working on File Level Restore capabilities:
@DustinB3403 said
Download the newest version of the update script and run it.
Ah.
I've just been running my own script to update it with simple commands.
Noob go here...
https://github.com/Jarli01/xenorchestra_installerhttps://github.com/Jarli01/xenorchestra_updater -
@DustinB3403 said in Xen Orchestra working on File Level Restore capabilities:
@BRRABill said in Xen Orchestra working on File Level Restore capabilities:
@DustinB3403 said
Download the newest version of the update script and run it.
Ah.
I've just been running my own script to update it with simple commands.
Noob go here...
Thanks guru
-
@BRRABill said in Xen Orchestra working on File Level Restore capabilities:
@DustinB3403 said in Xen Orchestra working on File Level Restore capabilities:
@BRRABill said in Xen Orchestra working on File Level Restore capabilities:
@DustinB3403 said
Download the newest version of the update script and run it.
Ah.
I've just been running my own script to update it with simple commands.
Noob go here...
Thanks guru
Wrong link on my part, look at the edit.
-
Actually... one second....
just thinking this through.....
-
Yeah the install script installs the required components, and the updater does some other fun stuff.
Build a new XO with the newest installation script.
-
@DustinB3403 said in Xen Orchestra working on File Level Restore capabilities:
Actually... one second....
just thinking this through.....
I basically just keep running the updater. This is what I run:
cd /opt/xo-server sudo git pull --ff-only sudo npm install sudo npm run build cd /opt/xo-web sudo git pull --ff-only sudo npm install sudo npm run build sudo systemctl restart xo-server.service
-
@BRRABill Kind of like beating a dead horse though . . .
-
All I have to run is
./xo-update.sh