You are here |
aykevl.nl | ||
| | | |
www.blarg.ca
|
|
| | | | In an effort to find things to do to take my mind off of the current state of the world and my bouts of depression, I recently re-visited Gamecube/Wii development stuff for a small-ish project that had been brewing in the back of my mind over the past ... | |
| | | |
craigjb.com
|
|
| | | | Adventures in hardware hacking, low-level software, FPGAs, and more! | |
| | | |
craigjb.com
|
|
| | | | Adventures in hardware hacking, low-level software, FPGAs, and more! | |
| | | |
negativesign.com
|
|
| | I run a GitLab server that I use to collaborate with coworkers.1 It's a custom-built machine with a RAID, lots of memory, redundant power supplies, and is running Ubuntu. Every day, a simple cron script to makes a backup copy of the data on the server to another machine. The script looks something like this: #!/bin/sh cd /home/gitlab/gitlab sudo -u gitlab -H bundle exec rake gitlab:backup:create RAILS_ENV=production rsync -avrcpt /home/gitlab/gitlab/tmp/backups/ user@remotemachine:/path/to/gitlabtars rsy... |