robocopy with security

31 May

Whew, I finally found the arguments that work for me! ROBOCOPY e:User Z:User /MIR /SEC /SECFIX /DCOPY:T /R:1 /W:1 /LOG+:E:Robocopylog.txt /TEE /MIR ans /SEC- Mirrors the directories keeping the file and directory permissions /DCOPY:T – Keeps the folder timestamps /R:1 … Read More »

Cryptolocker Canary – detect it early!

25 May

Cryptolocker Canary – detect it early! THREAT WATCH & VIRUS ALERTS ANTIVIRUS by JustinCredible on Nov 21, 2014 at 11:32am Cryptolocker Canary I thought I’d share with you what steps I’ve taken to alert me to a likely Cryptolocker infection. … Read More »

Relocating a Hyper-V VM Folder

21 May

Relocating a Hyper-V VM Folder https://doquent.wordpress.com/2012/09/02/relocating-a-hyper-v-vm-folder/ In my Hyper-V setup, I had spaces in the VM names (what we see in the server manager), which by default, also added spaces in folder names where the VHD and the other VM … Read More »

rsync sample

20 May

you probably got lost by copy and pasting that command. those have to be double dashes for the exclude options, like –exclude= rsync -auHxv –numeric-ids –exclude=/etc/fstab –exclude=/etc/network –exclude=/proc –exclude=/tmp –exclude=/sys –exclude=/dev –exclude=/mnt –exclude=/boot –exclude=/root root@SOURCE:/ / https://lowendbox.com/blog/how-to-migrate-a-hosted-server-in-5-easy-steps-with-rsync/ An Example of … Read More »

System Administrators’ Code of Ethics

4 May

System Administrators’ Code of Ethics PDF suitable for framing: Poster version (vertical) or Diploma version (horizontal).   USENIX grants permission to reproduce this Code in any format, provided that the wording is not changed in any way, that signatories USENIX, LISA, and LOPSA are … Read More »