Category: 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

SyncToy21.vbs

‘========================================================================= ‘ SyncToy21.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 3/20/20114 ‘ REQUIREMENTS: You must install SyncToy on the Workstation and manually run it to click on ‘ the agreement statement, otherwise this script will lock up and NEVER back up!!! ‘========================================================================= Option Explicit ‘ —— SCRIPT …

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