This really isn't the bailiwick of backup software. What I do on my Cisco SAN switches is use ssh to pull a config from each of the switches (had to setup ssh to access wo/ password). I then save the config in SCCS when their are differences between the current version and the prior version. This means I have versions of my configs going back over a year (since inception) for very little disk cost and I can easily diff between versions using SCCS. I have a cron job that pulls the config once a hour so I catch ad-hoc changes that are made fairly quickly.
On Tue, Feb 17, 2009 at 9:59 PM, Terri Kelley <[email protected]> wrote: > I am wanting to backup the config on tons of routers I have but they do not > support rsync. They do support ssh and scp. > I have found a script where on a normal nix box where it will run through a > node list and retrieve the backups of each router (node). > Is it possible to just do an scp to the router to retrieve the backup file > using the gui of backuppc using this script or is this something I must > schedule a cron job for? > Terri Kelley > Network Engineer > 254-697-6710 > > This email message is intended only for the named recipient(s) above, and > may contain, together with any attachment(s), confidential information that > is privileged. If you are not the intended recipient, be advised that you > have received this email in error and that any use, dissemination, > forwarding, printing, copying or distribution of this message and any > attachment(s) is strictly prohibited. > > > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > BackupPC-users mailing list > [email protected] > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > > -- Jonathan Craig ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
