From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130840 invoked by alias); 25 Jan 2020 13:30:44 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Return-Path: Received: (qmail 87472 invoked by uid 89); 25 Jan 2020 13:09:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_05,KAM_NUMSUBJECT,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.1 spammy=UNSUBSCRIBE, cygwin-announce, sk:yourdom, unsubscribing X-HELO: mx009.vodafonemail.xion.oxcs.net From: Achim Gratz To: cygwin-announce@cygwin.com Subject: [Updated] zpaq-7.15-2 Date: Sat, 25 Jan 2020 13:30:00 -0000 Message-ID: <877e1fu1h4.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2020-01/txt/msg00019.txt.bz2 This is a re-release of the latest upstream version to fix a packaging mistake. zpaq is a free and open source incremental, journaling command-line archiver. http://mattmahoney.net/dc/zpaq.html Incremental means that when you back up your hard drive, for example: zpaq add /cygdrive/e/backup.zpaq /cygdrive/c/* then only those files whose last-modified date or size has changed since the previous backup are added. For 100 GB of files, this typically takes about a minute, vs. an hour to create the first version. Journaling means that the archive is append-only. When you add files or directories to the archive, both the old and new versions are saved. You can recover old versions by specifying the date or version number, for example: zpaq extract /cygdrive/e/backup.zpaq /home/me -to tmp -until 2013-10-30 will extract all the files and directories in /home/me as of the last backup on or before Oct. 30, 2013 and put them in a directory named tmp. zpaq is faster and compresses better than most other popular archivers and backup programs, especially for realistic backups that have a lot of duplicate files and a lot of already compressed files. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL.