SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Pool size is small but disk is full
Author Message
Post Pool size is small but disk is full 
I'm using reiserfs as my backup filesystem.I'm running backuppc 3.1.0 on Ubuntu 10.4


The cgi interface tells me that "Pool is 45.65GB comprising 79452 files and 4369 directories"
I've confirmed that running "du -s cpool/" yields 45 GB.
However, df tells me that the backup partition has 228 GB of 228 GB used. 


Within my pc/ directory:
$ du -hs *

589M    dea-manual
5.0G     linbox
25G      old-z-drive-daily
180G    z-drive-daily


Finally, running: 
find pc/ -type f -links 1 | wc -l
tells me that there are 292446 files within pc that have a single link (they are not also in the cpool).


Some of these are log files, but the majority of them are from full backups. I don't see any from incremental backups.


Does anyone know why this might be? I thought all files under pc should also be linked from cpool.


Thanks,


Andrew

Post Pool size is small but disk is full 
Andrew Grieve wrote:
I'm using reiserfs as my backup filesystem.
I'm running backuppc 3.1.0 on Ubuntu 10.4

The cgi interface tells me that "Pool is 45.65GB comprising 79452 files
and 4369 directories"
I've confirmed that running "du -s cpool/" yields 45 GB.
However, df tells me that the backup partition has 228 GB of 228 GB used.

Within my pc/ directory:
$ du -hs *
589M dea-manual
5.0G linbox
25G old-z-drive-daily
180G z-drive-daily

Finally, running:
find pc/ -type f -links 1 | wc -l
tells me that there are 292446 files within pc that have a single link
(they are not also in the cpool).

Some of these are log files, but the majority of them are from full
backups. I don't see any from incremental backups.

Does anyone know why this might be? I thought all files under pc should
also be linked from cpool.

Did you move the archive directory after installing? Are your backup logs full
of 'link error' entries?

--
Les Mikesell
lesmikesell < at > gmail.com


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Post Pool size is small but disk is full 
Hmm, I see no errors in the backup logs, but I see this in the server log file:

2010-03-06 02:03:34 Running BackupPC_link [url=/backuppc/index.cgi?host=z-drive-daily]z-drive-daily[/url] (pid=24405)
2010-03-06 02:03:34 [url=/backuppc/index.cgi?host=z-drive-daily]z-drive-daily[/url]: mkdir /var/lib/backuppc/cpool/e: Permission denied at /usr/share/backuppc/lib/BackupPC/Lib.pm line 899 Probably indicative of the problem?

Andrew

On Sat, Mar 6, 2010 at 2:01 PM, Les Mikesell <lesmikesell < at > gmail.com ([email]lesmikesell < at > gmail.com[/email])> wrote:

Andrew Grieve wrote:
I'm using reiserfs as my backup filesystem.
I'm running backuppc 3.1.0 on Ubuntu 10.4

The cgi interface tells me that "Pool is 45.65GB comprising 79452 files
and 4369 directories"
I've confirmed that running "du -s cpool/" yields 45 GB.
However, df tells me that the backup partition has 228 GB of 228 GB used.

Within my pc/ directory:
$ du -hs *
589M    dea-manual
5.0G     linbox
25G      old-z-drive-daily
180G    z-drive-daily

Finally, running:
find pc/ -type f -links 1 | wc -l
tells me that there are 292446 files within pc that have a single link
(they are not also in the cpool).

Some of these are log files, but the majority of them are from full
backups. I don't see any from incremental backups.

Does anyone know why this might be? I thought all files under pc should
also be linked from cpool.



Did you move the archive directory after installing?  Are your backup logs full
of 'link error' entries?

--
  Les Mikesell
   lesmikesell < at > gmail.com ([email]lesmikesell < at > gmail.com[/email])


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net ([email]BackupPC-users < at > lists.sourceforge.net[/email])
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Post Pool size is small but disk is full 
Ahh, what you suggested is exactly the problem. I moved the backup location to /mnt/backupfs. I've editing Lib.pm to the correct path now. Do you know if there's anything I need to do to fix up the existing backups?



On Sat, Mar 6, 2010 at 11:20 PM, Andrew Grieve <agrieve < at > gmail.com ([email]agrieve < at > gmail.com[/email])> wrote:
Hmm, I see no errors in the backup logs, but I see this in the server log file:

2010-03-06 02:03:34 Running BackupPC_link z-drive-daily (pid=24405)
2010-03-06 02:03:34 z-drive-daily: mkdir /var/lib/backuppc/cpool/e: Permission denied at /usr/share/backuppc/lib/BackupPC/Lib.pm line 899 Probably indicative of the problem?

Andrew


On Sat, Mar 6, 2010 at 2:01 PM, Les Mikesell <lesmikesell < at > gmail.com ([email]lesmikesell < at > gmail.com[/email])> wrote:

Andrew Grieve wrote:
I'm using reiserfs as my backup filesystem.
I'm running backuppc 3.1.0 on Ubuntu 10.4

The cgi interface tells me that "Pool is 45.65GB comprising 79452 files
and 4369 directories"
I've confirmed that running "du -s cpool/" yields 45 GB.
However, df tells me that the backup partition has 228 GB of 228 GB used.

Within my pc/ directory:
$ du -hs *
589M    dea-manual
5.0G     linbox
25G      old-z-drive-daily
180G    z-drive-daily

Finally, running:
find pc/ -type f -links 1 | wc -l
tells me that there are 292446 files within pc that have a single link
(they are not also in the cpool).

Some of these are log files, but the majority of them are from full
backups. I don't see any from incremental backups.

Does anyone know why this might be? I thought all files under pc should
also be linked from cpool.



Did you move the archive directory after installing?  Are your backup logs full
of 'link error' entries?

--
  Les Mikesell
   lesmikesell < at > gmail.com ([email]lesmikesell < at > gmail.com[/email])


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net ([email]BackupPC-users < at > lists.sourceforge.net[/email])
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/








Post Pool size is small but disk is full 
Well, it looks like running Backuppc_link went and cleaned everything up.I did get a bunch of:
log BackupPC_link got error -3 when calling MakeFileLink(..)
errors, but the files its complaining about seem to exist, so I think it went fine.


Andrew

On Sun, Mar 7, 2010 at 12:06 AM, Andrew Grieve <agrieve < at > gmail.com ([email]agrieve < at > gmail.com[/email])> wrote:
Ahh, what you suggested is exactly the problem. I moved the backup location to /mnt/backupfs. I've editing Lib.pm to the correct path now. Do you know if there's anything I need to do to fix up the existing backups?




On Sat, Mar 6, 2010 at 11:20 PM, Andrew Grieve <agrieve < at > gmail.com ([email]agrieve < at > gmail.com[/email])> wrote:
Hmm, I see no errors in the backup logs, but I see this in the server log file:

2010-03-06 02:03:34 Running BackupPC_link z-drive-daily (pid=24405)
2010-03-06 02:03:34 z-drive-daily: mkdir /var/lib/backuppc/cpool/e: Permission denied at /usr/share/backuppc/lib/BackupPC/Lib.pm line 899 Probably indicative of the problem?

Andrew


On Sat, Mar 6, 2010 at 2:01 PM, Les Mikesell <lesmikesell < at > gmail.com ([email]lesmikesell < at > gmail.com[/email])> wrote:

Andrew Grieve wrote:
I'm using reiserfs as my backup filesystem.
I'm running backuppc 3.1.0 on Ubuntu 10.4

The cgi interface tells me that "Pool is 45.65GB comprising 79452 files
and 4369 directories"
I've confirmed that running "du -s cpool/" yields 45 GB.
However, df tells me that the backup partition has 228 GB of 228 GB used.

Within my pc/ directory:
$ du -hs *
589M    dea-manual
5.0G     linbox
25G      old-z-drive-daily
180G    z-drive-daily

Finally, running:
find pc/ -type f -links 1 | wc -l
tells me that there are 292446 files within pc that have a single link
(they are not also in the cpool).

Some of these are log files, but the majority of them are from full
backups. I don't see any from incremental backups.

Does anyone know why this might be? I thought all files under pc should
also be linked from cpool.



Did you move the archive directory after installing?  Are your backup logs full
of 'link error' entries?

--
  Les Mikesell
   lesmikesell < at > gmail.com ([email]lesmikesell < at > gmail.com[/email])


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net ([email]BackupPC-users < at > lists.sourceforge.net[/email])
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/














Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB