Is it possible to keep the original date of the file with rsync rather than once it is copied, giving it today's date? -- View this message in context: http://www.nabble.com/Rysnc-Original-Date-tf4193496.html#a11925612 Sent from the Samba - rsync mailing list archive at Nabble.com.
On 7/31/07, sparty2809 <sparty2809@yahoo.com> wrote:> Is it possible to keep the original date of the file with rsync rather than > once it is copied, giving it today's date?The -t (--times) option does exactly that. If you're passing -t but files are still getting today's date, reply and we'll investigate. Matt