Jump to content

Recommended Posts

Posted
Can you not just say take a copy using windows server backup and schedule once a month/every couple of months? unless you use any print management not a lot will change.
Posted

printbrm.exe would be the official line from microsoft, you need to install the print server role

 

and its found under c:\windows\system32\spool\tools (I think from memory)

 

print migrator tool 3.1 isn't developed any more and does have some limitations due to changes to the way printer drivers work since it was released. vaguely remember one being it doesn't handle drivers with cab files...

 

---

personally though if it is to restore in the case of disaster recovery then use windows backup and make a system state/bare metal backup, and schedule it with wbadmin or powershell. just be aware of the restrictions or schedulded / remotely initiated backups (i can't remember of the top of my head) but network drives, local disks, etc spring to mind.

 

either that or just use dpm and let it worry about.

Posted

I have DPM so i could use system state on that? The other suggestions people made, can they be done in the command line?

 

Thanks

Posted

what are you trying to achieve backup for disaster recovery/ backup to restore individual print queues? or migrate them to another server? or is there more on the server you need to backup?

 

because even if you want individual print queues, then just do a bare metal backup and restore the whole machine (assuming VM's here) and extract the queue you want using printbrm, if and when it happens?

Posted

I just want to backup all the config incase the server dies. I dont want to take a whole image of the server really, it will take allot of space. I am just after something that will grab all the print drivers and all the settings for the printers so i can restore them on a new server if need be.

 

Thanks

Posted

printbrm -B -S NAMEOFSERVER -F c:\mybackupfile

 

Access the Backup Recovery Migration tool through a command line interface.

 

PrintBrm -B|R|Q [-S ] -F [-D ] [-O FORCE] [-P ALL|ORIG

] [-NOBIN] [-LPR2TCP] [-C ] [-NOACL] [-?]

-B Backup the server to the specified file

-R Restore the configuration in the file to the server

-Q Query the server or the backup file

-S Target server

-F Target backup File

-D Unpack the backup file to (with -R) or repack a backup file fro

m (with -B) the given directory

-O FORCE Force overwriting of existing objects

-P ALL|ORIG Publish all printers in directory, or publish printers that wer

e published originally

-NOBIN Omit the binaries from the backup

-LPR2TCP Convert LPR ports to Standard TCP/IP ports on restore

-C Use the specified configuration file for BRM

-NOACL Remove ACLs from print queues on restore

-? Display this help

  • Thanks 1
  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...