Skip to content

Category Archives: Linux and Unix

Copy CUPS configuration from one server to another

Many versions of Linux use the Common UNIX Printing System (CUPS). Need to copy the configuration from one server to another? Here’s how.
Stop CUPS on the target system
Rename or backup the exiting CUPS configuration
mv /etc/cups /etc/cups.orig
Copy the /etc/cups directory from the source system to the destination system
Copy any modified model files from the source system [...]