I have installed Rescuezilla on my Ubuntu 24.04 LTS system.
Now I want to disc image my local ssd to a NAS with NFS share.
No big deal via GUI... But is the same possible via (sh/bash) script?
I want my system backup go on automatically once a week.
Thank you!
Last edit: mck1985 2025-02-22
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So it should be possible to run rescuezilla via script, like
rescuezillapy backup
Unfortunately I found no description for this.
But in the github commit, I found these cli commands for "rescuezillapy":
backup, restore, clone, verify, mount and umount
So,by typing "rescuezillapy" and one of these cmds you get the available parameters.
Thats it.
Last edit: mck1985 2025-03-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I have installed Rescuezilla on my Ubuntu 24.04 LTS system.
Now I want to disc image my local ssd to a NAS with NFS share.
No big deal via GUI... But is the same possible via (sh/bash) script?
I want my system backup go on automatically once a week.
Thank you!
Last edit: mck1985 2025-02-22
I found a commit on github about adding cli support to rescuezilla.
https://github.com/rescuezilla/rescuezilla/commit/c9db7d995fe7507bb5a52461a182a2e77d7d561f
So it should be possible to run rescuezilla via script, like
Unfortunately I found no description for this.
But in the github commit, I found these cli commands for "rescuezillapy":
backup, restore, clone, verify, mount and umount
So,by typing "rescuezillapy" and one of these cmds you get the available parameters.
Thats it.
Last edit: mck1985 2025-03-01