in reply to Re: Replication of directory subtrees
in thread Replication of directory subtrees

Or there's always rsync, too.

  • Comment on Re: Re: Replication of directory subtrees

Replies are listed 'Best First'.
Re: Replication of directory subtrees
by Abigail-II (Bishop) on Apr 24, 2003 at 14:59 UTC
    Well, not always. POSIX compliant systems will have cp and tar, and many non POSIX compliant systems will too. (Anything remotely smelling like Unix, including Cygwin). rsync on the other hand isn't a standard tool.

    But yes, rsync will work, just like scp. Or you could make a business copy and split off a mirror. But that's not standard either.

    Abigail