From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.wa.amnet.net.au (smtp1.wa.amnet.net.au [203.161.124.50]) by speech.braille.uwo.ca (Postfix) with ESMTP id 13DDA10968 for ; Thu, 30 Oct 2008 07:01:55 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.wa.amnet.net.au (Postfix) with ESMTP id 539087E25E for ; Thu, 30 Oct 2008 20:03:02 +0900 (WST) X-Virus-Scanned: amavisd-new at smtp1.wa.amnet.net.au Received: from smtp1.wa.amnet.net.au ([127.0.0.1]) by localhost (smtp1.wa.amnet.net.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rvv8vJrCzTmF for ; Thu, 30 Oct 2008 20:03:01 +0900 (WST) Received: from gotss1.gotss.net (203.161.101.89.static.amnet.net.au [203.161.101.89]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp1.wa.amnet.net.au (Postfix) with ESMTP id 8E2387E253 for ; Thu, 30 Oct 2008 20:03:01 +0900 (WST) Received: from bouncy.gotss.net ([192.168.24.37] helo=bouncy) by gotss1.gotss.net with smtp (Exim 4.69) (envelope-from ) id 1KvVIq-00063q-J4 for speakup@braille.uwo.ca; Thu, 30 Oct 2008 20:03:00 +0900 Message-ID: <9285753292F24C06B2BEEB85C181819C@bouncy> From: "Kerry Hoath" To: "Speakup is a screen review system for Linux." References: <20081029173921.GA3229@pillow.holmesgrown.com> <49099892.5030901@baechler.net> Subject: Re: Backup Questions Date: Thu, 30 Oct 2008 20:03:00 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 11:01:55 -0000 Referring to your usage of rsync under Windows; be aware of the following: NTFS stores different time stamps with different precision than those stored under Linux, not all these attributes will be retained. Also rsync will not store or restore nt acls if your storage network share is samba without special support on the Linux side. the above is not important if it is only the files you wish to preserve. Regards, Kerry.