On Thu, Feb 15, 2007 at 01:41:07PM +0100, Evert Meulie wrote: > I want to use 'mirror -R' to reverse mirror a site. How do I make sure > the destination files have the same timestamps as the originals? > Now the files are getting the current day/time as timestamp, which is > something I do NOT want...
You can try to enable these settings in lftp, provided the server support them: set use-mdtm-overloaded yes set use-site-utime yes -- Alexander.
