Rich Freeman on 25 Apr 2016 17:37:48 -0700
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
|
- From: Rich Freeman <r-plug@thefreemanclan.net>
- To: "Philadelphia Linux User's Group Discussion List" <plug@lists.phillylinux.org>
- Subject: Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- Date: Mon, 25 Apr 2016 20:37:42 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to; bh=NloShEAtoU0O/xi3C1uInWL4Y4VMGbA96nFh1qt+G80=; b=YX4fgOkqgxcFOJ2dHQK/XaQXT8D8BgpYwaFYsudIQ6s+jx/f54YTMwjzsqBxDqIgaF s7xTDU88KcbGNoP3P8ORt/09O4Ji8tTcS3WtBM0Jie5ts0vA4qGV5K4DNWGNTX3X4N8n 7XJauyPQxBgGtE68VgzFuSGdyQU0A182uAa5YOME/tfKZs3UrdHynqAEln9NMMC1RLOc 8F0R9cyQ3E73b42uOXnxFcSiBOTPK2c9aWt/b1KyWBELfGTCmNLGNL6kUF9BGjq4b6hc d2yydvjwhxv/6WHijMvZhWDfo6CWwcvrc459sWZgq6ZBoOvNork/4KaEa4cx/UnoWTzL funA==
- Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
- Sender: "plug" <plug-bounces@lists.phillylinux.org>
On Mon, Apr 25, 2016 at 8:03 PM, Keith C. Perry
<kperry@daotechnologies.com> wrote:
> I wouldn't say rsync is 100% actually. I've had problems with it since it doesn't know is everything has been written to disk.
It is only 100% with the --checksum option, which requires both sides
of the rsync to read every file that has matching metadata. Almost
nobody uses this option as a result as it is A LOT slower. zfs and
btrfs can reliably detect any modification to a file (whether it be in
the data or the inode) without having to read anything but the
metadata, and using a btree search it doesn't even have to check most
of the metadata.
--
Rich
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
- References:
- [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: "Paul L. Snyder" <plsnyder@drexel.edu>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: Rich Freeman <r-plug@thefreemanclan.net>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: "Keith C. Perry" <kperry@daotechnologies.com>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: Rich Freeman <r-plug@thefreemanclan.net>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: "Keith C. Perry" <kperry@daotechnologies.com>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: Rich Freeman <r-plug@thefreemanclan.net>
- Re: [PLUG] [plug-announce] TOMORROW - Tue, Apr 19, 2016: PLUG North - "Linux Containers" by Jason Plum and Rich Freeman (*6:30 pm* at CoreDial in Blue Bell)
- From: "Keith C. Perry" <kperry@daotechnologies.com>