Score:0

What is the best practice with backing up Ubuntu drive (20.04)?

de flag

Context

I have my Ubuntu OS installed on a 120 GB SSD. I recently started backing up my drive on a separate mechanical HDD. I just have a single user for this Operating System.

Structure

I used the Backups application and have automatic backups scheduled each week. The only directory I am saving is: /home/[username]

I am saving this on the external drive which is mounted /media/[username]/LinuxHDD where I set all the backups inside a Backups directory. I also moved the default lost+found directory inside Backups since I read it was used for data recovery if the drive becomes corrupted: lost+found information

Under folders to ignore I have Trash and ~/Downloads

Question

  • Does the current approach I have now follow good practices?
  • Is it safe to move lost+found from its default location?
  • Is there any way I can improve this backup schema?
oldfred avatar
cn flag
I use rsync & exclude a lot of temporary or cache folders. http://askubuntu.com/questions/545655/backup-your-home-directory-with-rsync-and-skip-useless-folders & http://askubuntu.com/questions/40992/what-files-and-directories-can-be-excluded-from-a-backup-of-the-home-directory/40997#40997 I also edit a few files in /etc, but just copy those into /home, so backed up. If you install server apps, you may have folder in / (root) that need backup. And you should backup list of installed apps., http://askubuntu.com/questions/17823/how-to-list-all-installed-packages
Garrett avatar
de flag
brilliant, thanks again! @oldfred
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.