« Carte SD » : différence entre les versions

Ligne 46 : Ligne 46 :
=== Restore ===
=== Restore ===
Pensez à démonter la partition ou les partitions du disque à restaurer.
Pensez à démonter la partition ou les partitions du disque à restaurer.
<syntaxhighlight lang="bash" line copy>
gunzip -dl /home/sdb.gz > /dev/sdb
</syntaxhighlight>
ou
<syntaxhighlight lang="bash" line copy>
<syntaxhighlight lang="bash" line copy>
gzip -dc /home/sdb.gz | sudo dd of=/dev/sdb
gzip -dc /home/sdb.gz | sudo dd of=/dev/sdb