Hi google,
Been using the script for a long time on one server and now also have it running on a remote vm server.
I'm not that great with bash. Is there a simple line I could add to scp whatever files have just been written to my remote server?
Like:
Code:
scp full_var-2011-08-16.tar.bz2 root@myip:/tmp
but obviously a bit more dynamic!
This script has saved my skin before!