Retourner au contenu associé (entrée de forum : Problème sur enchainement de commandes find et rsync)
Posté par Gil Cot ✔ (site web personnel, Mastodon) le 09 novembre 2022 à 00:12. En réponse au message Problème sur enchainement de commandes find et rsync. Évalué à 6.
Par curiosité, que te donne ceci ?
time -h find . -name "22_11_??/*7964.vce" -maxdepth 5 -print > liste1.txt time -h find . -name "22_11_../.*/7964.vce" -maxdepth 5 -ok > liste2.txt
Ensuite, pourquoi ne veux-tu pas faire un fichier que lirait rsync ensuite ?
rsync
rsync -aR --files-from=liste.txt /share/data2_export/7964/
"It is seldom that liberty of any kind is lost all at once." ― David Hume
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# questions
Posté par Gil Cot ✔ (site web personnel, Mastodon) . En réponse au message Problème sur enchainement de commandes find et rsync. Évalué à 6.
Par curiosité, que te donne ceci ?
Ensuite, pourquoi ne veux-tu pas faire un fichier que lirait
rsyncensuite ?"It is seldom that liberty of any kind is lost all at once." ― David Hume