Menu

LiveCD that Clone Partition 1 to Partition 2

Help
Guimenez
2007-06-19
2013-04-05
  • Guimenez

    Guimenez - 2007-06-19

    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

     
    • Steven Shiau

      Steven Shiau - 2007-06-20

      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.

       
      • Guimenez

        Guimenez - 2007-06-21

        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

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.