The dd
command is one method to copy files from one device to other device. Other method is using Clonezilla. What are other ways to do it. What are the differences? In what conditions it's preferable to use this and not that?
Asked
Active
Viewed 22 times
0

BlueSkies
- 2,145
rsync
is a common way to do backup, it supports full backup and backing up only changed files. Also usingtar
orcpio
to pack and transport backupfiles via network to backup server. Alsofind
can find all or changed (newer than) files and precess them. – Soren A Nov 14 '19 at 12:45