[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Différences

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

Lien vers cette vue comparative

Prochaine révisionLes deux révisions suivantes
fr:howtos:general_admin:files_filesystem_copying_over_network [2013/05/06 13:16 (UTC)] – créée desideriusfr:howtos:general_admin:files_filesystem_copying_over_network [2013/05/06 13:22 (UTC)] desiderius
Ligne 31: Ligne 31:
  
  
-====== Copy whole filesystem hierarchy ======+====== Copier toute la hiérarchie du système de fichiers  ======
  
-The following command should successfully copy a whole filesystem hierarchy+ 
 +La commande suivante devrait permettre de copier toute la hiérarchie du système de fichiers:
 <code bash> <code bash>
 ssh root@192.168.0.1 "(cd / ; tar cf - . )" | (mkdir -p /local_dir ; cd /local_dir ; umask 000 ; tar xvf -) ssh root@192.168.0.1 "(cd / ; tar cf - . )" | (mkdir -p /local_dir ; cd /local_dir ; umask 000 ; tar xvf -)
Ligne 49: Ligne 50:
 <!-- * Originally written by [[wiki:user:xxx | User X]] --> <!-- * Originally written by [[wiki:user:xxx | User X]] -->
 <!-- * Contributions by [[wiki:user:yyy | User Y]] --> <!-- * Contributions by [[wiki:user:yyy | User Y]] -->
-  * Originally written by [[wiki:user:wisedraco|John Ciemgals]] 2013/02/10 03:51 \\ +  * Article originel [[wiki:user:wisedraco|John Ciemgals]] 2013/02/10 03:51 \\ 
-  * With help from Patrick Volkerding+  * Avec l'aide de Patrick Volkerding
  
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must remove the tag-word "template" below before saving your new page --> <!-- You must remove the tag-word "template" below before saving your new page -->
 {{tag>howtos copy ssh}} {{tag>howtos copy ssh}}
 fr:howtos:general_admin:files_filesystem_copying_over_network ()