Re: smbclient and tar changes

Andrew Tridgell (tridge@samba.anu.edu.au)
Fri, 3 Apr 1998 10:00:12 +1000

From:	Andrew Tridgell <tridge@samba.anu.edu.au>
To:	sharpe@ns.aus.com
Subject: Re: smbclient and tar changes
Message-Id: <19980403000019Z12583102-23598+8212@samba.anu.edu.au>
Date:	Fri, 3 Apr 1998 10:00:12 +1000

> I have also noticed that file creation times do not seem to be restored.
> clitar puts a creation time in the CREAT SMB, but I wonder if this is being
> ignored. It also uses dostime3 or some such. Can anyone comment?

you will probably need to either set the time in the SMBclose or send
an explicit setattr. Setting it in the close is probably best for speed.

Cheers, Andrew