I redid my Clonezilla server, but I backed up the /home/partimage folder that has all of my images. But the restore option only recognizes the newly created images and not the other folders under /home/partimage. So where is the config file that holds this list?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes I made a typo, it's /home/partimag My point is it doesn't look at the contents of that folder when choosing a restore image. It must be in a config file somewhere, but I can't find it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have 9 folders in /home/partimag that are all created by the clonezilla. All the files are in the folders, and the permissions are set correctly. But when I choose to restore a disk image it only lists 7. I really need one of them that is not listed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe one of them is saved as partition image (save-parts) and you are trying to restore disk (restore-disk) ?
Please run:
find /home/partimag/ -print
then post the results. Please also mention:
1. Which image you want to restore is not shown.
2. The complete command to restore the image which clonezilla shows.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I totally forgot that I just saved it as a partition instead of the whole disk, so that it wouldn't do a sector copy of the maintenance partition. I wasn't reminded of the partition option, because I set up scripts to do a restore in one command and then just select the image. Steven thanks for figuring out what I should have remembered.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I redid my Clonezilla server, but I backed up the /home/partimage folder that has all of my images. But the restore option only recognizes the newly created images and not the other folders under /home/partimage. So where is the config file that holds this list?
It's "/home/partimag", not "/home/partimage". The name is after the design of partimage, it also uses "/home/partimag".
Yes I made a typo, it's /home/partimag My point is it doesn't look at the contents of that folder when choosing a restore image. It must be in a config file somewhere, but I can't find it.
So what are the results if you run:
ls -alFh /home/partimag/
and
find /home/partimag -print
?
I have 9 folders in /home/partimag that are all created by the clonezilla. All the files are in the folders, and the permissions are set correctly. But when I choose to restore a disk image it only lists 7. I really need one of them that is not listed.
Maybe one of them is saved as partition image (save-parts) and you are trying to restore disk (restore-disk) ?
Please run:
find /home/partimag/ -print
then post the results. Please also mention:
1. Which image you want to restore is not shown.
2. The complete command to restore the image which clonezilla shows.
I totally forgot that I just saved it as a partition instead of the whole disk, so that it wouldn't do a sector copy of the maintenance partition. I wasn't reminded of the partition option, because I set up scripts to do a restore in one command and then just select the image. Steven thanks for figuring out what I should have remembered.
Max,
No problem. Maybe we should have another tool to show the images info... If you got any idea about this, please let us know.