Hi all,

I am looking for a way to copy entire directory trees (filesets minus some excludes) across hosts, while preserving file ownership and file permissions.

Thus I needed a "xcopy /o"-wrapper task for copying to mapped drives
or something to serialize a "file with ACL"-object in order to send it to another ant (rant - Remote ant), which would then deserialize it and put it as file on the disk.


For *NIXers:
I wanted to play the good old
"[EMAIL PROTECTED] > (cd /from && tar -cf -) | ssh [EMAIL PROTECTED] (cd /to && tar -xf - ) "
game - this time from W2k to W2k...


If anybody has tried this yet, please give me a hint.

Thank you very much in advance,
        Peter



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to