Docker is a thing(s)

You want to make simple services, that do things. To be able to modify that role out, at code base, at will? Ok, probably interested in Docker or things like it (containers). In this post we will be exploring some of my findings and this will sort of be a notes/detail reference for myself in…

API Based Migration for GitLab

I needed an efficient method to migrate from one GitLab environment to a completely new one, without using the database-ish export/backup method that is provided. I had two projects that had gotten corrupted, and at my current skill level, I didn’t know how to clear/delete them out (if you want to try your hand at…

Verifying Rsync with Md5deep

So your migrating a lot of data, and generally you will realize in that migration that you’ve got to break up the migration pieces due to timeout or other break in transfer. That all said, I found this to be about the best method for doing the transfer. Rsync: rsync -scaurPvvv –info=stats2,misc1,flist0,progress –partial-dir=/home/user/syncdir –timeout=1860 /media/disk01/storedir01/…