Moving a directory from one host to another using tar over ssh
November 18th, 2009
No comments
tar cf - * | ssh
Popularity: 10% [?]
Categories: One Liner
" />
tar cf - * | ssh
Popularity: 10% [?]
Over the years I have manages a lot of systems, mostly debian based. The thing I really hate about having a lot of standalone systems is updating software. I am really bad at keeping track of new updates and I really dont want to have a cron script running to send me a email every day. Below is a script I used as a plugin for nagios.
The Script: check_for_updates.pl
Popularity: 11% [?]