Martin Würtele wrote: > to copy a filesystem to another you can use cpio: > this will copy you entire rootpartition to /mnt: > find / -xdev | cpio -pm /mnt
It would be great if the copying is done incrementally (copy the newer files only). Oki
Martin Würtele wrote: > to copy a filesystem to another you can use cpio: > this will copy you entire rootpartition to /mnt: > find / -xdev | cpio -pm /mnt
It would be great if the copying is done incrementally (copy the newer files only). Oki