I've got a customer with a hard drive (40GB) dedicated to backuppc. It
is going to be replaced with an 80GB drive. I've tried to run three
different methods of copying the old /backup to /mnt/temp where the new
drive is
1100Mhz Athlon
512MB RAM, 1G Swap
Reiserfs on both source and target filesystems
Method 1)
cp -a /backup /mnt/temp
DIdn't finish in a reasonable amount of time.. was transferring about
4bytes/s.. prolly out of memory and swapping like crazy
Method 2)
cd /backup; tar cpf - * | tar xpf - -C /mnt/temp
Finished, but only partially. No errors when this finished...
Method 3)
rsync -a /backup/ /mnt/temp/
Finished, but here's the odd part...
du -sk /mnt/temp/*
21929037 /mnt/temp/BackupPC/cpool
21935202 /mnt/temp/BackupPC/pc
and df -k
/dev/hdg2 79516168 42946300 36569868 55% /mnt/temp
/dev/hdf2 44498684 25559244 18939440 58% /backup
What's going on here? Why is /mnt/temp, a complete copy of /backup, got
an extra 18GB? If this is a hardlink issue, how do you properly copy
the data?
Please copy my email address, I'm not subscribed.
Robert Cantu
robert < at > artistictech.net
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/
