NavigationRecent UpdatesUpcoming events |
backing up crontabs over ssh (many-to-one disk-to-disk backup)Submitted by Aleksey Tsalolikhin on Wed, 2008-03-05 22:02.
Here is a pair of ssh "for" loops to backup all the crontabs on my Linux and HP-UX systems to my admin host: for f in `cat ~/linux_hostnames.txt ` for f in `cat ~/hpux_hostnames.txt ` Let me know if this is useful to you. Best, Trackback URL for this post:http://lopsa.org/trackback/1591
Aleksey Tsalolikhin's blog | add new comment | 887 reads
|