Posts by alejdg • 161 points
2 posts
-
1
votes1
answer355
viewsA: Test angular design compatibility in multiple browsers
There are many tools for browser compatibility testing. Some of the most commonly used are: Browsershots Ghostlab Browserstack…
-
2
votes1
answer293
viewsA: Copy Gitlab backup files to an external drive by setting up crontab
You can add && rsync -a /var/opt/gitlab/backups/ /media/<user>/usbbackup to the crontab backup command. That way, when the backup is finished, the copy will be done. Make sure that the…