3

I've moved between several Linux Distributions like Kubuntu, Open Suse, Kali, Linux mint and not forgetting Ubuntu, initially I picked Linux mint because the GUI was so beautiful and it was still based on Ubuntu but recently it started to give so many problems so now I'm thinking of ditching it and going back to Ubuntu for real...

The question I have is this. If I use the mint backup tool to backup all my files, will I be able to restore it back to Ubuntu? I know the default backup manager in Ubuntu is deja-dup, will I be required to install the mint-backup in Ubuntu to access the files?

terdon
  • 100,812
danidee
  • 245

3 Answers3

2

Yes, that should be fine. The Mint backup tool is easy enough to install on Ubuntu (and it might be a good idea, it's a useful tool) but it's not needed. It simply copies your files. It doesn't use any kind of proprietary format that would make it hard for you to access them. The choices it provides you with are to either copy the files as they are or to compress them into one of the standard archive formats. This archive is saved in the target directory and you can then copy it on to your new system and extract the files manually.

So, yes, you can use Mint's tool for this.You should note, however, that the chances of a problem appearing in Mint and not in Ubuntu are very slim. Not impossible, just unlikely, the two are very, very similar. More likely, your issues are with whatever graphical environment you have chosen to use and not with the underlying system.

terdon
  • 100,812
1

I'd really suggest doing it the 'old fashioned' way - with a few tweaks.

  • dump a package list
  • make copies of /etc/ and /home/ and other important directories
  • If you're suspecting that mate config is the issue and want to install mate in ubuntu rename or delete /home/your_username/.mateconf/
  • do a fresh install of ubuntu (optionally with a DE of your choice)
  • copy over /home/ and /etc/ contents. Replace anything that's already there. Use chown to ensure that the new files are owned by you. -test!
0

If you are talking about backing up your files, that is to say, documents in your home directory, then it should be fine. If you are talking about backing up the whole system and trying to restore it, then no, that would bastardize your ubuntu system into a mint ubuntu hybrid and cause a lot of breakage.

psusi
  • 37,551