Back to Linux,
If you need to back up a partition on a drive, i suggest either using rsync or partclone.
Rsync will individually back up each file in the source path to the destination path.
Partclone will create a .img file backup of the partition.
#linux #sysadmin #rsync #partclone #clone