• # questions

    Posté par (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 ?

    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 -aR --files-from=liste.txt /share/data2_export/7964/

    "It is seldom that liberty of any kind is lost all at once." ― David Hume