Kodi Community Forum
Backing up Ubuntu partition - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Backing up Ubuntu partition (/showthread.php?tid=145928)



Backing up Ubuntu partition - bumperjeep - 2012-11-22

Hello,

Any advice on good software to backup a linux partition, tired of losing all my work? I asked this before on this forum and I was referred to CloneZilla. It didn't work right, I couldn't figure out how to restore the partition from an image. Any other ideas?


Thanks for the help!!!!!!


RE: Backing up Ubuntu partition - vikjon0 - 2012-11-22

clonezilla as the easiest way if you want open source. If too complicated buy Norton Ghost or Acronis True Image.



RE: Backing up Ubuntu partition - teeedubb - 2012-11-22

I use rsync with crontab to back up important directories daily. Works well but it isnt as seamless as having aa program restore an image.


RE: Backing up Ubuntu partition - thd042 - 2012-11-22

I use rdiff-backup (which is basically rsync plus some housekeeping). Backup is also differential, possible via network, and recovery is very easy. Backing up is one thing, recovery is something that I can only recommend to test at least once.