X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD6633959CA5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1670317216; bh=PGzviGlNhNq61+3AuaDOWstm1mLdgypfaCWZDjzwevE=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=IsVuwo483y/ZA9qfOiDFafBm6X0VL/Ui7tDP1dKli8GVFWkEH59XGTaaDNF3fc9r9 2TAK2QZKqxip+iFON6F4Z/gOozYmqOHZmgFz3fr4ZG82ws9TlLpOw5JcPJvA/2nGQL eQP0OIoaJJ0fkTWuPTLK1RJ1JIHsiEUPdmlKbmnE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37EEB3959E78 DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A2DA23959E4D DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 67FD9382FCBF X-Xfinity-VMeta: sc=0.00;st=legit Message-Id: Date: Sun, 4 Dec 2022 20:44:17 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Content-Language: en-US To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: rsync 3.2.7-1 X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, KAM_DMARC_NONE, KAM_NUMSUBJECT, SPF_HELO_PASS, SPF_SOFTFAIL, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Mailman-Approved-At: Tue, 06 Dec 2022 08:59:11 +0000 X-BeenThere: cygwin-announce AT cygwin DOT com X-Mailman-Version: 2.1.29 X-Mailer: Perl5 Mail::Internet v2.20 X-BeenThere: cygwin AT cygwin DOT com List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Chad Dougherty via Cygwin-announce via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Chad Dougherty via Cygwin-announce Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" The following packages have been uploaded to the Cygwin distribution: * rsync-3.2.7-1 Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that control every aspect of its behavior and permit very flexible specification of the set of files to be copied. It is famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use. Rsync finds files that need to be transferred using a "quick check" algorithm (by default) that looks for files that have changed in size or in last-modified time. Any changes in the other preserved attributes (as requested by options) are made on the destination file directly when the quick check indicates that the file's data does not need to be updated. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple