Ever tried re-installing a file/print server? And ever had to manually recreate a number of printers / print cue’s? Its a horrible way to spend an evening :-/
And actually its a total waste of good (Battlefield playing) time, if you use “Print Migrator” from Microsoft to export the printers in advance you can simply re-import all printers and cue’s in minutes. In order for this to work properly, you should export your printers from time to time (as a disaster recovery preemptive step).
Print Migrator is a Microsoft utility, and its free 😉
http://www.microsoft.com/windowsserver2003/techinfo/overview/printmigrator3.1.mspxAdditional disaster recovery hints;
Be sure to backup;
DHCP scopes,
Printers,
Shared folder info (a reg key) – “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslanmanserverShares” (you can once you have restored all data simply import this registry key and all shares are restored with correct NTFS).Export data via commandline this way;Create a C:ackup directory
use this commandline:regedit /e c:ackupshares.reg HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslanmanservaresprintmig -b c:ackup\%computername%-Printers.cabNow you will have a dump of your printer cue’s and the setup of all your shares on this server/machine, these can be found in c:ackup.
This will reduce your recovery time tenfold.
I use a scheduled script like this to ensure I have a current backup of printers and shares;
@Echo off
cls
Echo *************************************************************************************
Echo * SYSTEMBACKUP SCRIPT V 20081104 *
Echo * This script will backup printers, dhcp and shares to c:systembackup directory *
Echo *************************************************************************************
Echo.
rem
rem To schedule at 12:00 /interactive /every:sa “c:systembackupsystembackup.cmd”
rem
mkdir c:systembackup
mkdir c:systembackupdhcp
mkdir c:systembackupprinters
mkdir c:systembackupshares
Echo System Backup Commencing… [SHARES]
regedit.exe /e c:systembackupshares\%computername%-shares.reg HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslanmanserver
Echo System Backup Commencing… [PRINTERS]
c:systembackup oolsprintmig.exe -b c:systembackupprinters\%computername%-Printers.cab
Echo System Backup Commencing… [DHCP]
del /F /Q c:systembackupdhcp*.*
copy %systemroot%system32dhcpBackup
ew c:systembackupdhcp
regedit.exe /e c:systembackupdhcp\%computername%-dhcp.reg HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDHCPServerParameters
netsh dhcp server dump > c:systembackupdhcpDHCPconfig.cfg
Echo Done.
exit
https://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.png00Mikehttps://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.pngMike2008-09-17 12:50:452009-01-02 12:56:43Print Migrator 3.xx – an oldie but still useful
If you have a MySQL database somewhere you obviously need to back it up, now I am not much into the inner workings of a MySQL database and have limited access to my hosted services, however I managed to find a link to a utility you can use ‘offsite’, its called “MySQL Administrator 1.2” dooh 😉
Anyhow, you can get it from here; http://www.mysql.com/ (you may need to do some digging as versions change and I thus not can provide a permanent download link).
www.netlydbog.dk is a cool new initiative by Danish libraries, it offer the opportunity to download from a central database of Danish audiobooks, the download is limited to be playable for 30 days (via MS DRM) – but you can ‘renew’ your license at any time.
PLUS; Free, collection is growing (not fast, but its up to 250-300 books by now)
MINUS; no Ipods (solution uses WMA with DRM), but use Tunebite (thanks to Jesper for the tip) http://tunebite.com/en/remove_drm/index.html to strip the DRM and you are back in business. A somewhat limited collection, but that will change.
Print Migrator 3.xx – an oldie but still useful
Security, UtilityMySQL database backup for dummys
Security, Utility, WebIf you have a MySQL database somewhere you obviously need to back it up, now I am not much into the inner workings of a MySQL database and have limited access to my hosted services, however I managed to find a link to a utility you can use ‘offsite’, its called “MySQL Administrator 1.2” dooh 😉
Anyhow, you can get it from here;
http://www.mysql.com/ (you may need to do some digging as versions change and I thus not can provide a permanent download link).
How to backup your DB (Danish link);
http://www.web10.dk/help/faq/mysql_backup
Netlydbog.dk (Danish Audiobooks)
Education, Hot - Must see, TravelA Danish interest post..
www.netlydbog.dk is a cool new initiative by Danish libraries, it offer the opportunity to download from a central database of Danish audiobooks, the download is limited to be playable for 30 days (via MS DRM) – but you can ‘renew’ your license at any time.
PLUS; Free, collection is growing (not fast, but its up to 250-300 books by now)
MINUS; no Ipods (solution uses WMA with DRM), but use Tunebite (thanks to Jesper for the tip) http://tunebite.com/en/remove_drm/index.html to strip the DRM and you are back in business. A somewhat limited collection, but that will change.
Cool initiative, a must see for all Danes.