Anyone know of any stylish, self-contained ways of sync'ing a directory from one to another that doesn't involve installing rsync or any extra perl modules?
I tried using rdist which is already installed, but it oddly refuses to run as root. If I run:
as a non-root user, it works fine. If I run it as root, it fails with connection refused. I need it to run as root because I'm syncing up some config files. I need it to be somewhat self contained because this is a fairly heterogenous environment so I need something that'll work without having to go installing stuff on a variety of different machines.
--
Andy
I tried using rdist which is already installed, but it oddly refuses to run as root. If I run:
Code:
rdist6 -R -p '/usr/local/bin/rdistd' -c alias localhost:~netdist/testing
as a non-root user, it works fine. If I run it as root, it fails with connection refused. I need it to run as root because I'm syncing up some config files. I need it to be somewhat self contained because this is a fairly heterogenous environment so I need something that'll work without having to go installing stuff on a variety of different machines.
--
Andy