The cp
command has the -a
(for archive
) option which preserves as much of the metadata as possible, which is probably a good method for small, temporary backups.
2 Likes
The cp
command has the -a
(for archive
) option which preserves as much of the metadata as possible, which is probably a good method for small, temporary backups.