Maybe the easiest and most comfortable way to run a backup under Linux is to utilize rsync. E.g. if you want to backup your home directory rsync -aruv –delete –progress /home/username/ /media/disk/mybackup The –delete option automatically removes files from an…