Mike Mrozek wrote:
> Greeting BackupPC users:
> 
> I am new to linux (using Ubuntu v7.10) and to using BackupPC (v3.1.0).  I do 
> not understand the BacupPC behavior I observe during a full backup of my 
> client.  This is the first attempt, no other backup data files exist on the 
> BacupPC server.  My client has 12GB of data and I would expect 12GB of data 
> to be copied and saved onto the BacupPC server.  The backup job which I 
> started manually vice scheduled begins copying files and consumes 130+GB of 
> free space on my BackupPC server before completing.  I needed to manually 
> stop the backup job before running out of disk space on my BackupPC server.  
> I can't imagine that this is normal operation.  I've tried searching for 
> similar problems as this in this mailing list archive and by googling without 
> any luck.  
> 
> My computer configuration is (prior to running the first backup):
> 
> <Client>                                           < BackupPC server>
> Ubuntu Desktop 64-bit v7.10          Ubuntu 32-bit v7.10 server
> Hard Drive = SATA 160GB               Hard Drive = PATA 160GB
> 12GB data used                                16.6GB data used
> 128.7GB free                                     130.8GB free
> 140.7GB total                                    147.4GB total
> 100MB NIC                                         100MB NIC
> note: the filesystem EXT3 is used on both computers
> note: my best recollection is that I stopped the backup after 2 to 3 hours
> time had passed and the job was still active.

You probably have a large sparse file on the client that isn't handled 
very well by the copy mechanism.  On unix filesystems you can seek past 
the end of a file and write, creating a file that appears to be very 
long but without using the intermediate space where nothing has been 
written.  In particular, many 64-bit linux versions have a 
/var/log/lastlog file that appears to be 1.2 terabytes in size as an 
artifact of indexing it by uid numbers and using -1 for the nfsnobody 
id.  It's generally not important to back this file up, so if that is 
the problem you can just exclude it.


-- 
   Les Mikesell
    [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to