in reply to Keeping Files in Sync, without Rsync

rsync is banned in a number of corporate environments (including many of the other "r" commands, rsh, rcp, etc.) but, I don't think you can find a lazier solution than 'ssh' if that's available to you. Generate some ssh keys and put a small script together to 'scp' the file(s) between the servers you need them on. Are there other requirements other than making sure they match on each server?

---
echo S 1 [ Y V U | perl -ane 'print reverse map { $_ = chr(ord($_)-1) } @F;'
  • Comment on Re: Keeping Files in Sync, without Rsync