Q: best method for copying large # of files

Can’t get any better than rsync

honka_animated-128px-46

I do it like that, with nice progress output:

rsync -aHAX --info=progress2 --exclude={"./lost+found"} "SOURCE_DIR" "DESTINATION_DIR"
11 Likes