[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] newbee
From: |
Matthew Miller |
Subject: |
Re: [rdiff-backup-users] newbee |
Date: |
Thu, 30 Oct 2008 17:25:56 -0400 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
On Thu, Oct 30, 2008 at 09:43:52PM +0200, Max Waterman wrote:
> > How much different are they coming out?
> $df -kl
> Filesystem 1K-blocks Used Available Use% Mounted
> on
> /dev/sda1 148992316 116049508 25434032 83% /
> $ sudo du -sk /mnt/backup/root
> 204348936 /mnt/backup/root
> The difference is 88299428KB.
can you do du / so we have number calculated exactly the sme way to compare?
> > How many files do you have?
> $ sudo find /mnt/backup/root -type f | wc -l
> 3566531
So, kind of a lot. And actually, I don't mean just type f. What does df -i
show you? My root filesystem has about 150,000 inodes used....
> > What does rdiff-backup-statistics say when run on the backup dir?
> I tried to run this, and it's been going for several hours already and
> is eating tons of memory (over 2GB). Since the system is swapping like
> crazy, I don't think I'll let it run any more. Perhaps I'll give it a
> try at the weekend when no one is using the system. What sort of
> output should I expect?
Something like:
--------------[ Average of 1 stat files ]--------------
ElapsedTime 0.46 (0.46 seconds)
SourceFiles 24.0
SourceFileSize 121093.0 (118 KB)
MirrorFiles 1.0
MirrorFileSize 0.0 (0 bytes)
NewFiles 23.0
NewFileSize 121093.0 (118 KB)
DeletedFiles 0.0
DeletedFileSize 0.0 (0 bytes)
ChangedFiles 1.0
ChangedSourceSize 0.0 (0 bytes)
ChangedMirrorSize 0.0 (0 bytes)
IncrementFiles 0.0
IncrementFileSize 0.0 (0 bytes)
TotalDestinationSizeChange 121093.0 (118 KB)
Errors 0
------------------------------------------------------
(and then some more about specific files)
It should be pretty quick....
--
Matthew Miller address@hidden <http://mattdm.org/>