On Sun, 19 Jan 2025 at 02:51, Default User <hunguponcontent@gmail.com> wrote:
time sudo rsync -aHSxvvv --human-readable --delete --numeric-ids --
info=progress2,stats2,name2 --
exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media
/*","/lost+found"} /media/user/DRIVE1/ /media/user/DRIVE2/ ; date
Also, your use of --exclude looks completely wrong to me.
I do not see anything in 'man rsync' (version 3.2.7) that agrees with your
use of brace characters {}.
In fact the manpage says: "--exclude options take one rule/pattern each",
as I have shown above, which is not what you have.