I have a drive that I would like to back up to another drive on my Linux Mint system. Here is the command I am using to do it.
rsync --avxHAX --progress /media/amaterasu48/old_drive \
/media/amaterasu48/backup_drive
Just wanted to keep the command as my note.