Tag Archives: backup

Backup Ubuntu to TAR file

If you have a Ubuntu server (or even a client), you should consider keeping periodical images of the whole systems as backups; This is, actually, very important in the case your system has been compromised or hacked, or you simply …

Read more »

Push your GIT to Multiple Repositories Simultaneously

All developers that use GIT as a way for version controlling should know how essential is it sometimes to push your commits to different remote repositories. whether for backing up or to submit your work to different destinations. In this …

Read more »