07-03-2017, 12:06 PM
(07-03-2017, 11:58 AM)Erik Wrote: I would suggest using tar to make backups. It been with us for ages, is much simpler to use and won't detroy your drive.
I also prefer tar for backups of filesystems on gnu+linux; particularly my favorite unix command:
tar -cvf - -C /home save_directory | tar -xvf -
... which, while preserving permissions (and can be run recursively) backs-up the save_directory via standard output!
-------
Here is the problem with using tar in the case of eMMC: what we are backing up is actually about seven (or more) partitions ! The only way to really backup the eMMC so that it can be restored is to backup the disk 'image' including all partitions ( this is a bit for bit copy of the disk structure ). Only dd (or dd like) utility can do this effectively.
marcushh777
please join us for a chat @ irc.pine64.xyz:6667 or ssl irc.pine64.xyz:6697
( I regret that I am not able to respond to personal messages; let's meet on irc! )

please join us for a chat @ irc.pine64.xyz:6667 or ssl irc.pine64.xyz:6697
( I regret that I am not able to respond to personal messages; let's meet on irc! )