1and1 RootServer - Need to clarify...
-
- Forum Regular
- Posts: 196
- Joined: Tue May 10, 2005 1:24 pm
-
- Forum Regular
- Posts: 196
- Joined: Tue May 10, 2005 1:24 pm
Well, I got a new server and am attempting to repartition it, but have run into a problem. When I go do the tar as you explained I see all directories going in, but when I try to untar it, it will just stop and not all files are extracted. These are the last few lines of the process.
sys/block/
sys/block/md0/
sys/block/md0/md/
sys/block/md0/md/new_dev
sys/block/md0/md/metadata_version
sys/block/md0/md/component_size
sys/block/md0/md/chunk_size
sys/block/md0/md/raid_disks
I don't get an error or anything, but not all files are there. Any idea as to what is going on? It doesn't continue after this, so I am missing quite a lot of data. Thanks.
sys/block/
sys/block/md0/
sys/block/md0/md/
sys/block/md0/md/new_dev
sys/block/md0/md/metadata_version
sys/block/md0/md/component_size
sys/block/md0/md/chunk_size
sys/block/md0/md/raid_disks
I don't get an error or anything, but not all files are there. Any idea as to what is going on? It doesn't continue after this, so I am missing quite a lot of data. Thanks.
-
- Forum Regular
- Posts: 196
- Joined: Tue May 10, 2005 1:24 pm
I read an article that explains how to upgrade a drive and they used the l flag when tarring the files. It leaves off the data in the /sys /tmp and /proc directories. Would this work if that data was left off? I can do a tar by using
tar lzcvfp /var/backup.tar.gz / /usr /home /var
You have to add the other partitions when doing it this way. When I untar this everything is there except the file are not in /sys /tmp and /proc. Could this work?
tar lzcvfp /var/backup.tar.gz / /usr /home /var
You have to add the other partitions when doing it this way. When I untar this everything is there except the file are not in /sys /tmp and /proc. Could this work?