I am struggling a bit with the syntax for rdist. How can I rdist files from one system to another where I am just copying files created in the last 30 days?
Never used rdist, but possibly use find with the -mtime -30 flag to create a list of files to send, then use rdist to send them? By no means perfect in terms of creation time, but a possibility?
rdist is not secure and I would suggest switching to ssh (scp).
Another method, also unsecure, is to user rsync or if you're are doing this in a Solaris environment or have a Solaris box available, is to use filesync.
Take a look at the man pages for rsync and filesync. I use filesync for most all things and it is very reliable.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.