tips and tricks for web developers & designers, and system & network admins

not-sexy.com

Backup individual registry keys to file from command line

October 8, 2008 | windows, backup, registry | 12:23 pm | Comments [0] |

While setting up some backup scripts for a windows server (using NasBackup - go go gadget free plug) I realized I should also be backing up certain registry keys to go along with the files. Clearly a solution that could be initiated from command line (in a bash batch script as I can’t write VBscript and don’t want to learn) would be the best option.

(more…)


FTP Problems - netout: Broken pipe 550 can’t access file.

September 1, 2008 | work, windows, backup, ftp | 9:17 am | Comments [0] |

Over the weekend, one of my backup scripts started erroring out while sending the backups offsite to an FTP server. The error message was:

200 Port command successful
150 Opening data channel for file transfer.
netout: Broken pipe
550 can't access file.

(more…)