I want to do Ubuntu upgrade but previous to that I want to take backup data to make sure that I can restore them after upgrade. So please provide me some suggestions about backup options available in Ubuntu. Any help will be appreciated.
I want to do Ubuntu upgrade but previous to that I want to take backup data to make sure that I can restore them after upgrade. So please provide me some suggestions about backup options available in Ubuntu. Any help will be appreciated.
Easy method to make disk image that restore if problem sadly happened to system. Utilize afbackup which is open source tool that utilized to backup data. Utilize this before running any upgrade.
Command given below restores data as they were when made backup. Notice restoring backup, all present files changed by those contained in backup. tar xvpfz backup.tgz -C /. By this command whole backup file we restored back to default directories.
Use Amanda tool it is a compatible for enterprises with park and wishing to set up PC backups. Certainly Amanda saves data to whole network and no matter that it is Windows or Linux / UNIX. Application supports all kinds of backup media.
Bookmarks