F5F Stay Refreshed Software Operating Systems Save your Ubuntu setup using the built-in tools.

Save your Ubuntu setup using the built-in tools.

Save your Ubuntu setup using the built-in tools.

P
PhillyyWillyy
Junior Member
26
04-03-2023, 04:26 AM
#1
Ubuntu's built-in backup tools seem to support older versions, but compatibility with newer releases like 18.04 isn't guaranteed. Since you're upgrading from 16.04, checking if the default system backup app can handle a fresh install is a good idea. Many users suggest using tools like Clonezilla for transferring data between systems.
P
PhillyyWillyy
04-03-2023, 04:26 AM #1

Ubuntu's built-in backup tools seem to support older versions, but compatibility with newer releases like 18.04 isn't guaranteed. Since you're upgrading from 16.04, checking if the default system backup app can handle a fresh install is a good idea. Many users suggest using tools like Clonezilla for transferring data between systems.

P
PenDark
Junior Member
10
04-03-2023, 10:59 AM
#2
Hi, I haven't tried Ubuntu backup tools before. You're asking about the "baked in" software—what exactly is that? It sounds like a utility designed to simplify backups, though it doesn't rely on any specific proprietary format. I prefer doing backups manually, but I've been working on automating this for a while now. Recently, a system crash nearly erased my files, but because I had backup plans in place, I avoided losing everything. What are your partition settings? Which files or directories do you want protected? If you have a /home folder, just skip formatting it during installation—it's safe to back up important data first.
P
PenDark
04-03-2023, 10:59 AM #2

Hi, I haven't tried Ubuntu backup tools before. You're asking about the "baked in" software—what exactly is that? It sounds like a utility designed to simplify backups, though it doesn't rely on any specific proprietary format. I prefer doing backups manually, but I've been working on automating this for a while now. Recently, a system crash nearly erased my files, but because I had backup plans in place, I avoided losing everything. What are your partition settings? Which files or directories do you want protected? If you have a /home folder, just skip formatting it during installation—it's safe to back up important data first.

N
Nagisa_Kun_
Member
62
04-03-2023, 03:17 PM
#3
It could be Gnome Backup now available for Ubuntu. It relies on Duplicity behind the scenes, and yes—you can reinstall Duplicity if necessary. http://duplicity.nongnu.org/ (it might seem tricky, but it works). This is specific to Gnome Backup. You can still use Duplicity if you prefer, though it’s mainly for incremental encrypted backups over the internet. It’s meant for regular use, daily or weekly. If you just need a simple zip archive, a basic tar command like tar cjvpf username.homedir.tar.bz2 /home/username will suffice. For a more robust offsite solution on Linux, Tarsnap is a solid alternative (though it costs money).
N
Nagisa_Kun_
04-03-2023, 03:17 PM #3

It could be Gnome Backup now available for Ubuntu. It relies on Duplicity behind the scenes, and yes—you can reinstall Duplicity if necessary. http://duplicity.nongnu.org/ (it might seem tricky, but it works). This is specific to Gnome Backup. You can still use Duplicity if you prefer, though it’s mainly for incremental encrypted backups over the internet. It’s meant for regular use, daily or weekly. If you just need a simple zip archive, a basic tar command like tar cjvpf username.homedir.tar.bz2 /home/username will suffice. For a more robust offsite solution on Linux, Tarsnap is a solid alternative (though it costs money).

M
MrAsePlow
Member
52
04-03-2023, 05:16 PM
#4
The application is named "Backups" and it comes pre-installed with Ubuntu. Appreciate the details!
M
MrAsePlow
04-03-2023, 05:16 PM #4

The application is named "Backups" and it comes pre-installed with Ubuntu. Appreciate the details!

K
KARLEISHAK
Member
197
04-03-2023, 06:03 PM
#5
Yes, that's quite the Gnome quirk. In the About pane it could display "Deja Dup," which stands for Gnome Backup. The two names differ because the name updates when it becomes the default in Gnome.
K
KARLEISHAK
04-03-2023, 06:03 PM #5

Yes, that's quite the Gnome quirk. In the About pane it could display "Deja Dup," which stands for Gnome Backup. The two names differ because the name updates when it becomes the default in Gnome.

M
moni9432
Member
134
04-04-2023, 03:58 PM
#6
rsync for file transfer
M
moni9432
04-04-2023, 03:58 PM #6

rsync for file transfer

J
jvdbreemen
Member
191
04-04-2023, 10:27 PM
#7
I sealed everything in a tar ball to protect permissions and ownership, then placed it on a network drive or USB drive. Using backup tools or rsync on a Windows server might cause file metadata to disappear.
J
jvdbreemen
04-04-2023, 10:27 PM #7

I sealed everything in a tar ball to protect permissions and ownership, then placed it on a network drive or USB drive. Using backup tools or rsync on a Windows server might cause file metadata to disappear.