1

I need a backup software for Ubuntu 14.04 that has a GUI that can backup my entire system to an external hard drive or network drive. Any recommendations?

2 Answers2

0

For backing up installed Softwares, preferences, themes & sources, go for Aptik

sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install aptik

& for entire system backup refer to this post.

Deepen
  • 4,109
-1

I would suggest rsync, a built in package, but it doesn't have GUI.

You can go ahead with Clonezilla, that's what I prefer.

amc
  • 7,292
Adarsh
  • 9
  • 1