Re: [BackupPC-users] What file system do you use?

2013-12-17 Thread Adam Goryachev
On 18/12/13 03:35, Timothy J Massey wrote: Russell R Poyner wrote on 12/17/2013 11:12:07 AM: > This is a poor comparison since we have different data sets, but it > would appear that BackupPC's internal dedupe and compression is > comparable to, or only slightly worse than what zfs achieves. Th

Re: [BackupPC-users] What file system do you use?

2013-12-17 Thread Russell R Poyner
Thanks Mark. From the zfs man page for zol it looks like the default compression is lzjb, same as other zfs implementations. I generally use lz4 which is basically lzjb with some performance upgrades. It's a minor tweak unless you have a lot of uncompressible files. If you are experiencing de

Re: [BackupPC-users] What file system do you use?

2013-12-17 Thread Mark Campbell
I've done virtually no tuning of ZFS. In my initial experimentations with ZFS, I was blowing away my array so often when trying different combinations of BPC commpress/ZFS compress/ZFS dedup that I wrote a little shell script that recreated the ZFS array & populated the necessary directories fo

Re: [BackupPC-users] What file system do you use?

2013-12-17 Thread Timothy J Massey
Russell R Poyner wrote on 12/17/2013 11:12:07 AM: > This is a poor comparison since we have different data sets, but it > would appear that BackupPC's internal dedupe and compression is > comparable to, or only slightly worse than what zfs achieves. This in > spite of the expectation that zfs

Re: [BackupPC-users] What file system do you use?

2013-12-17 Thread Russell R Poyner
Mark, Questions, and some comments. Questions: What have you done to tune your zfs? Do you use a ZIL? and or an L2ARC? How much ram do you have? What compression level are you using on zfs? I reflexively put a ZIL on my system but I'm curious if anyone has experimented with BackupPC performanc

Re: [BackupPC-users] What file system do you use?

2013-12-17 Thread Mark Campbell
I too am using ZFS, and I can honestly say that ZFS works great, up to a point. rsync does seem to take up an inordinate amount of resources, but in a smaller shop like mine, it's been tolerable. I think it would work in a larger shop too, but the system resource requirements (CPU/RAM) would g

Re: [BackupPC-users] What file system do you use?

2013-12-17 Thread Sorin Srbu
From: Timothy J Massey [mailto:tmas...@obscorp.com] Sent: den 16 december 2013 18:23 To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] What file system do you use? Sorin Srbu wrote on 12/16/2013 09:40:56 AM: > Anyway, Anaconda objected at my choosin