[Users] Running CM on a new box
Brad Rogers
brad at fineby.me.uk
Sat Apr 9 14:42:53 UTC 2022
On Sat, 9 Apr 2022 10:23:24 -0400
Gil Weber <gilweber at gmail.com> wrote:
Hello Gil,
>Forgive me, Paul. How do I preserve the timestamps for .claws_cache and
>.claws-mark? Thanks. :o)
cp --preserve=timestamps .claws*
will do it, but probably easiest is
cp -a .claws*
which is equivalent to
cp -dR --preserve=all .claws*
man cp may prove helpful.
Note though, that 'cp -a' means UID & GID will be the same for source and
destination. That may not be the case for your use.
--
Regards _
/ ) "The blindingly obvious is never immediately apparent"
/ _)rad "Is it only me that has a working delete key?"
You're all invited to a party, you don't even have to come
Get The Funk Out - Extreme
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20220409/9c97cf2d/attachment.sig>
More information about the Users
mailing list