this post was submitted on 08 Feb 2025
1 points (66.7% liked)

Ubuntu Linux

1565 readers
5 users here now

Linux for Human Beings.

Ubuntu is a popular Linux operating system for PC / mobile devices, etc.

Developed by Canonical & based on Debian (another older Linux OS) which is known for it's rock solid stability.

Ubuntu is trusted everywhere computing by professionals and common users alike.

https://ubuntu.com/

founded 5 years ago
MODERATORS
 

In particular tools to help manage backup and rollback of system configuration. Or tools to help migrate and old laptop to the new one? I've seen things about dot file management? Stuff like that.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 3 hours ago (1 children)

Timeshift is a very common tool for backing up and creating restore points.

For dot file management, I personally back up my dot files to a locally hosted server, but I used to have a private git repo for this on GitHub. Then I put together a simple bash script to automate placing the dot files

[โ€“] [email protected] 1 points 2 hours ago

Timeshift! That's what I was thinking of. Thanks.

What's your bash script do for dot files? Is it complicated? Would it be something a novice scripter like me put together?