you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago* (2 children)

What's the benefit of dd-ing a home partition over rsync-a-ing a home directory's contents?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    Well it'd result in a single file which if you have to copy on a microSD or USD stick might be easier. To also counter my own argument the result of dd can be mounted thus getting a rather useful directory quickly

    But anyway my point was rather the opposite, that indeed in most cases rsync, rdiff-backup, even scp (whatever one is most familiar with) to a local NAS, remote server, etc is usually better, at least more understandable for somebody who isn't used to the process.

  • source
  • parent