Quote:
|
i just used / for both is it alright?
|
If I understand, you just add slash (/) to end of file/directory name ? Is does not matter
Quote:
|
can i copy as well to a empty partition?
|
yes, I tought burn resulting tar.gz backup file in a cd was more handy, but you can copy this file to everywhere you want.
For duplicate a entire partition to another partition, there is a command with tar :
Code:
cd /original_partition; tar cvf - . | (cd /destination_partition; tar xvf -)
Just make sure the destination partition is greater or equal than source partition
[edit]
The size partition does no matter but the size of files which are copied yes.
ie : a 8 gb / partition with 2 gb datas > just 2 gb are copied