Tag: Backup

DirMirror.vbs

Option Explicit ‘========================================================================= ‘ DirMirror.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 9/26/2013 ‘ REQUIREMENTS: ‘ – robocopy.exe (Built in to Server2008+, Windows 7+) ‘ – blat.exe, blat.dll. blat.lib in the same directory as the script (http://www.blat.net) ‘ – Blat profile installed to email results ‘ – …

Continue reading

BackupRouters-TelnetToLocal.pl

#!/usr/bin/env perl #========================================================================= # BackupRouters-TelnetToLocal.pl # VERSION: 1.0 # AUTHOR: Brian Steinmeyer # EMAIL: [email protected] # WEB: https://sigkillit.com # DATE: 12/29/2012 # COMMENTS: Uses the Telnet::Cisco module to copy a Cisco Router’s running # configuration to the local machine. This module uses telnet so passwords # will be in clear text. Pass the Cisco Router’s …

Continue reading

GroupBackupRestore.vbs

‘========================================================================= ‘ GroupBackupRestore.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: This Script Will Bulk Backup Groups to a Text File and Can Also ‘ Restore the Groups After a Backup. It is Useful to Restore Accidentally ‘ Deleted Groups, Migrating Groups Across Domains, and …

Continue reading

NTBackup.vbs

‘========================================================================= ‘ NTBackup.vbs ‘ VERSION: 2.2 – Modified backupDestination to auto include the backupTitle as the end directory ‘ 2.1 – Fixed potential error on blat attachments ‘ 2.0 – Complete rewrite ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 3/7/2013 ‘ REQUIREMENTS: ‘ – NTBackup.exe 2000, XP, 2003 ‘ – …

Continue reading