Can anybody make a liveCd of Clonezilla that has 2 menus "Clone and restore"
the Clone menu can clone the partition 1 to
an image on partition 2 with image name(backup) (all NTFS)
The Restore menu can restore the image(backup) on partition 2 (image) to partition 1.
I've made this on ghost but i don't know how to do it in Clonezilla
I hope someone can help-me
Many thanks
Guimenez
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Basically you can write two scripts to do that.
1. To backup /dev/sda1 to /dev/sda2
mount /dev/sda2 /home/partimag/ (If it's ntfs, use "ntfs-3g /dev/sda2 /home/partimag)
/opt/drbl/sbin/ocs-sr -l en --use-ntfsclone -z3 -p poweroff saveparts backup "sda1"
2. To restore the image backup in /dev/sda2 to /dev/sda1
mount /dev/sda2 /home/partimag/ (If it's ntfs, use "ntfs-3g /dev/sda2 /home/partimag)
/opt/drbl/sbin/ocs-sr -l en -p poweroff --no-fdisk restoreparts backup "sda1"
Based on these two scripts, you can easily write a dialog program to do that.
Good luck.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello people
Can anybody make a liveCd of Clonezilla that has 2 menus "Clone and restore"
the Clone menu can clone the partition 1 to
an image on partition 2 with image name(backup) (all NTFS)
The Restore menu can restore the image(backup) on partition 2 (image) to partition 1.
I've made this on ghost but i don't know how to do it in Clonezilla
I hope someone can help-me
Many thanks
Guimenez
Basically you can write two scripts to do that.
1. To backup /dev/sda1 to /dev/sda2
mount /dev/sda2 /home/partimag/ (If it's ntfs, use "ntfs-3g /dev/sda2 /home/partimag)
/opt/drbl/sbin/ocs-sr -l en --use-ntfsclone -z3 -p poweroff saveparts backup "sda1"
2. To restore the image backup in /dev/sda2 to /dev/sda1
mount /dev/sda2 /home/partimag/ (If it's ntfs, use "ntfs-3g /dev/sda2 /home/partimag)
/opt/drbl/sbin/ocs-sr -l en -p poweroff --no-fdisk restoreparts backup "sda1"
Based on these two scripts, you can easily write a dialog program to do that.
Good luck.
Thanks for replying
i don't understand nothing about LINUX.
Can you make any iso with that 2 options. I will really thank you.
i need it a lot, becuase ghost its payd.
many thanks