On Sun, Jul 6, 2025 at 11:26 AM Michael via PLUG-discuss < [email protected]> wrote:
> So here is another question; I ran cp and it ran. Now I'm running rsync to > make sure I got everything. is it just recopying all the files? > cp puts the 'current' timestamp on the files, if it works then great. rsync is a swiss knife; the 'rsync -a' does a lot more than merely copy the file(s). Please RTFM 'man rsync', the -a expands to quite a few rsync options that govern the file(s) to sync (copy) (--archive, -a archive mode is -rlptgoD (no -A,-X,-U,-N,-H) -- Arun Khan
--------------------------------------------------- PLUG-discuss mailing list: [email protected] To subscribe, unsubscribe, or to change your mail settings: https://lists.phxlinux.org/mailman/listinfo/plug-discuss
