Retourner au contenu associé (entrée de forum : Rsync problème avec include et exclude)
Posté par bouhh le 17 janvier 2006 à 18:50. En réponse au message Rsync problème avec include et exclude. Évalué à 1.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# une autre approche
Posté par bouhh . En réponse au message Rsync problème avec include et exclude. Évalué à 1.
cd /home && for i in `ls -d */Documents` ; do rsync -option $i host:/path/$i ; done
tu peux test si ca te convient avec:
cd /home && for i in `ls -d */Documents` ; do echo "rsync -option $i host:/path/$i "; done