Categories
Personal Software

The SysAdm Tools – I must have on my Windows Computers

This is my computer. There are many like it, but this one is mine. My computer is my best friend. It is my life. I must master it as I must master my life. My computer, without me, is useless. Without my computer, I am useless… And while there isn’t a true computer users creed; […]

Categories
How-To Software Technical

My 7zip backup excluding specific file types

I have been using 7zip to backup files on my system and recently wanted to exclude unwanted file types from my backups. File types such as Thumbs.db and .tmp files to be precise.  With the command line you’d use the “-x!” parameter. For example: C:Program Files7-Zip7z.exe a -t7z F:Backup.7z F:MyFiles*.* -r -x!*.db -x!*.tmp Here is […]