Outils pour utilisateurs

Outils du site


welcome:linux_usually:small_tricks

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
welcome:linux_usually:small_tricks [2022/12/11 11:34]
arnaud [Copy / synchronize folders]
welcome:linux_usually:small_tricks [2022/12/21 07:08] (Version actuelle)
arnaud [Copy / synchronize folders]
Ligne 33: Ligne 33:
 cd /path-to-the folder where the archive is to extract cd /path-to-the folder where the archive is to extract
 tar xvfz archive.tar.gz </code> tar xvfz archive.tar.gz </code>
 +
 +Si il y a des problèmes mkstemp au niveau des permissions, il faut "no-perms":
 +<code># rsync -avz --no-perms --delete  --progress root@machine.domain.tld:/dossier/de/source/ dossier_de_destination</code>
  
 Autre commande qui permet les interruptions et reprises de synchronisation: Autre commande qui permet les interruptions et reprises de synchronisation:
-<code>rsync -avh --progress --partial --append /source/folder root@IP:/destination/folder </code>+<code>rsync -avh --progress --partial --append /source/folder root@IP:/destination/folder </code>
 ===== Create from a partition a file ISO for a CDROM  ===== ===== Create from a partition a file ISO for a CDROM  =====
 <code> sudo dd if=/dev/sdX of=/home/user/cdrom.iso bs=2048 conv=notrunc </code> <code> sudo dd if=/dev/sdX of=/home/user/cdrom.iso bs=2048 conv=notrunc </code>
welcome/linux_usually/small_tricks.1670758462.txt.gz · Dernière modification: 2022/12/11 11:34 de arnaud

DokuWiki Appliance - Powered by TurnKey Linux