For all the system administrators out there, backing up data is really important job. Because we all know what happens when server crash happen, or a hard disk drive fails. cPanel/WHM is one of the most comercially used software by web hosting companies and individuals. They have a really nice built in system for backing up accounts to following remote…

Use python to automatically backup Proxmox Virutal Machine to Remote Server!
Recently proxmox has been used by a lot of companies for various reasons, I’ve already written quite a few articles on Proxmox. Virtual Machines backups are a really important issue for any organization because disasters can happen anywhere and anytime, so we must be careful and have backups in case anything goes wrong. Proxmox by default offers a really nice…
How to reset server root password from Rescue System! [Hetzner]
It has been a long time since I’ve written an article. Recently I was working with a client, and the client lost his root password. The server was hosted with Hetzner. In this article, we are going to see that how we can reset the root password if it is somehow lost. You need to have access to Hetzner robot…

How to backup and transfer a Proxmox VM to another Proxmox Node
Moving proxmox virtual machines between different servers became very easy with recent proxmox updates. You can use proxmox web GUI or command line interface to create a proxmox virtual machine backup and than move to a remove server. In this article we will see how to backup and transfer a proxmox vm to another proxmox node, both using GUI and…
Use rsync and SSHFS to create incremental backups!
Good system administrator always keeps their critical data backed up, their are various ways you can backup your data, but some times it can be a hectic job, how ever we can use rsync and sshfs to create incremental backups (and automate the backup using cron jobs). What is SSHFS? SSHFS can mount a remote machine on your backup server…