Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[BackupPC\-users\]\s+Remote\s+mirror\s+sanity\s+checks\s*$/: 15 ]

Total 15 documents matching your query.

1. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: Adam Goryachev <mailinglists AT websitemanagers.com DOT au>
Date: Mon, 01 Mar 2010 16:04:48 +1100
Or use a linux system with a filesystem without such limitations... reiserfs is what I've used fairly successfully... Regards, Adam - -- Adam Goryachev Website Managers www.websitemanagers.com.au --B
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-03/msg00000.html (12,593 bytes)

2. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: "Johannes H. Jensen" <joh AT pseudoberries DOT com>
Date: Mon, 1 Mar 2010 11:42:25 +0100
Actually it appears that I am. From the output of ls -l: $ ls -l cpool/7/c/6/7c67493bd72ceff21059c3d924d17518 -rw-r-- 32000 backuppc backuppc 10 2009-01-25 19:02 cpool/7/c/6/7c67493bd72ceff21059c3d92
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-03/msg00002.html (14,352 bytes)

3. [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: "Johannes H. Jensen" <joh AT pseudoberries DOT com>
Date: Fri, 26 Feb 2010 14:27:49 +0100
Hello, We're currently syncing our local BackupPC pool to a remote server using rsync -aH /var/lib/backuppc/ remote:/backup/backuppc/ This is executed inside a script which takes care of stopping Bac
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00227.html (14,336 bytes)

4. [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: "Johannes H. Jensen" <joh AT pseudoberries DOT com>
Date: Fri, 26 Feb 2010 13:53:37 +0100
Hello, We're currently syncing our local BackupPC pool to a remote server using rsync -aH /var/lib/backuppc/ remote:/backup/backuppc/ This is executed inside a script which takes care of stopping Bac
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00229.html (14,440 bytes)

5. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: dan <dandenson AT gmail DOT com>
Date: Fri, 26 Feb 2010 19:38:51 -0700
if [ -e /var/lib/backuppc/testfile ];    then rsync xxxx;    else echo "uh oh!"; fi should make sure that the filesystem is mounted. you could also first do a try run rsync -avnH --delete /source /de
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00230.html (17,154 bytes)

6. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: "Johannes H. Jensen" <joh AT pseudoberries DOT com>
Date: Sat, 27 Feb 2010 14:12:05 +0100
Thank you for your input, Yes, that's definitely a good idea. However it does not check to make sure that the integrity of the BackupPC pool is okay. If only a small subset of the backup pool gets re
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00231.html (19,802 bytes)

7. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: dan <dandenson AT gmail DOT com>
Date: Sat, 27 Feb 2010 09:22:35 -0700
Are you running into the actual hardlink limit or an inode limit? ext3 has a hard coded hardlink limit but hardlinks are also limited by available inodes.  you can check your available inodes with tu
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00233.html (22,614 bytes)

8. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: "Johannes H. Jensen" <joh AT pseudoberries DOT com>
Date: Sun, 28 Feb 2010 15:18:16 +0100
It appears I'm running into the actual hardlink limit: rsync: link "/backup/backuppc/pc/..." => cpool/7/c/6/7c67493bd72ceff21059c3d924d17518 failed: Too many links (31) tune2fs reports: Inode count:
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00236.html (25,471 bytes)

9. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: Michael Kuss <michael.w.kuss AT gmail DOT com>
Date: Sun, 28 Feb 2010 19:25:41 +0100
tune2fs reports: Inode count:              37429248 Free inodes:              33290944 So either I have to use another filesystem with a higher limit, but we will eventually run into the same problem
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00237.html (27,919 bytes)

10. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: Michael Kuss <michael.w.kuss AT gmail DOT com>
Date: Sun, 28 Feb 2010 19:29:08 +0100
if you have very few or none left then this is your problem.  You cant change the inode count on an existing ext3 filesystem as far as I know but if you re-create the filesystem you can do mkfs.ext3
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00238.html (24,555 bytes)

11. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: "Johannes H. Jensen" <joh AT pseudoberries DOT com>
Date: Sun, 28 Feb 2010 19:44:00 +0100
$ df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/mapper/BACKUP 37429248 4138304 33290944 12% /backup 31 is an error code as far as I can see. It's the same for all the link attempts... Bes
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00239.html (27,370 bytes)

12. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: Michael Kuss <michael.w.kuss AT gmail DOT com>
Date: Sun, 28 Feb 2010 21:20:35 +0100
On Sun, Feb 28, 2010 at 7:44 PM, Johannes H. Jensen <joh AT pseudoberries DOT com> wrote: $ df -i Filesystem            Inodes   IUsed   IFree IUse% Mounted on /dev/mapper/BACKUP   37429248 4138304 3
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00240.html (29,962 bytes)

13. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: "Johannes H. Jensen" <joh AT pseudoberries DOT com>
Date: Sun, 28 Feb 2010 22:56:59 +0100
Yep, seems like I have 32000 links to the file in question: ls -l cpool/7/c/6/7c67493bd72ceff21059c3d924d17518 -rw-r-- 32000 backuppc backuppc 10 2009-01-25 19:02 cpool/7/c/6/7c67493bd72ceff21059c3d9
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00242.html (33,504 bytes)

14. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: "Johannes H. Jensen" <joh AT pseudoberries DOT com>
Date: Sun, 28 Feb 2010 23:06:50 +0100
Actually, one of the files in question is the fformat file of a .svn/ directory which appears many times in one of the backed up filesystems. Since it will have the same md5 sum, BackupPC links it to
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00243.html (35,411 bytes)

15. Re: [BackupPC-users] Remote mirror sanity checks (score: 1)
Author: dan <dandenson AT gmail DOT com>
Date: Sun, 28 Feb 2010 21:42:26 -0700
On Sun, Feb 28, 2010 at 3:06 PM, Johannes H. Jensen <joh AT pseudoberries DOT com> wrote: Actually, one of the files in question is the fformat file of a .svn/ directory which appears many times in o
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2010-02/msg00244.html (15,112 bytes)


This search system is powered by Namazu