LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-18-2023, 10:27 AM   #1
anon298
Member
 
Registered: Aug 2016
Posts: 338
Blog Entries: 1

Rep: Reputation: 12
Linux Backup for Dummies


My current "disaster recovery" backup scheme is:
  • Copy Linux Mint 21.1 (Cinnamon) installation to external HDD, via Rescuezilla 2.3.1 (Focal).
  • Copy My Documents folder to aforementioned external HDD.

Not withstanding the fact that I'm backing up the entire system with each backup, is the process viable?

Regarding personal folders/files, am I missing anything by simply copying the My Documents folder?

Thanks for any insights, guys/gals. :wink:

Footnote:
While the Timeshift/Back in Time solution appears to be much more efficient, it also appears to be much more intimidating - to me.

Thanks, guys/gals!

Last edited by anon298; 02-18-2023 at 02:18 PM.
 
Old 02-18-2023, 11:33 AM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,646

Rep: Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697
Timeshift generally backs up to the local drive. It covers the case of a software change causing problems well, but does not cover you for a drive failure or critical corruption.
I back up my entire home folder, and occasionally run a command that documents all of the software I have installed (and includes my custom software build folders. I code.) to a file in my home folder. This way if things go south I can do a clean install, restore my home folder, and recover from there within an hour or two.


BTW: I could not place great trust in a backup to an external drive. If there is a disaster, and it is close enough to your PC to get caught in the same disaster, it is unlikely to survive. You want to rotate media and rotate them offsite to a safe place if you can. The question really is if the value of the PC is worth that amount of trouble to secure.
 
Old 02-18-2023, 12:09 PM   #3
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
Quote:
Originally Posted by FenderGuy View Post
  • Copy My Documents folder to aforementioned external HDD.

Not withstanding the fact that I'm backing up the entire system with each backup, is the process viable?
If you copy My Documents with rsync you can set up the backup so that it only copies files that are new or have been updated, leaving the unchanged files in place on the backup copy.
 
Old 02-18-2023, 12:10 PM   #4
rclark
Member
 
Registered: Jul 2008
Location: Montana USA
Distribution: KUbuntu, Fedora (KDE), PI OS
Posts: 483

Rep: Reputation: 179Reputation: 179
Backing up OS is one of those things that you have to ask yourself whether you need to or not. My answer was 'no'. In my mind, the OS can always be reloaded (excuse to 'clean house' so to speak). If it takes a couple of hours to lay down a new OS, no biggie. At home, it isn't a need to have 24x7 access to the machine(s). However, I do backup the /home folders. This allows you to save any settings and data (like Firefox and Thunderbird), documents, etc. and such for each user of the system. Once you have your OS back, and users re-added, you and can then go restore the original /home folders and then you are back where you were.

I have a home 'server' machine were all my 'want to keep' data is located. As above, external backups are done periodically, and my yearly ones are stored permanently off site. If I have some critical data added to the server, I'll create another backup and store off site during the year as a precaution. That way, if any/all machines 'disappear' while I am on vacation.... The data is still all accounted for. Note my data is physically off-site. I do not/will not put any data in the 'cloud'. My preference.

I just use 'rsync' for all my backup needs. Build shell scripts as needed to run the backups.

Last edited by rclark; 02-18-2023 at 03:41 PM.
 
1 members found this post helpful.
Old 02-18-2023, 02:29 PM   #5
anon298
Member
 
Registered: Aug 2016
Posts: 338

Original Poster
Blog Entries: 1

Rep: Reputation: 12
Quote:
Originally Posted by wpeckham View Post
BTW: I could not place great trust in a backup to an external drive. If there is a disaster, and it is close enough to your PC to get caught in the same disaster, it is unlikely to survive. You want to rotate media and rotate them offsite to a safe place if you can. The question really is if the value of the PC is worth that amount of trouble to secure.
Hmmm... I probably SHOULD upload a backup to Google Drive, as a defensive fallback in a worst case scenario; that way, I'd have a viable backup that could be reinstalled on a new machine.

Thanks for the feedback,vwpeckham!

Last edited by anon298; 02-18-2023 at 02:31 PM.
 
Old 02-23-2023, 09:21 AM   #6
kmreiserfs
Member
 
Registered: Jan 2010
Location: Portugal
Distribution: Slackware
Posts: 32

Rep: Reputation: 25
You can use Relax-and-Recover (ReaR)
 
Old 02-23-2023, 10:19 AM   #7
anon298
Member
 
Registered: Aug 2016
Posts: 338

Original Poster
Blog Entries: 1

Rep: Reputation: 12
Thanks for the input, guys; but I think I'll stand by my current Rescuezilla + My Documents approach. It's worked thus far, and in the worst case, I have all my customizations documented, so I could make a full recovery in a minimal amount of time.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Backup for Dummies! anon298 Linux Mint 7 01-07-2023 11:33 PM
Remote Backup script needed | backup every 1-2 seconds (Online/Hot backup) reda Linux - Newbie 4 04-20-2019 05:02 PM
[SOLVED] Backup, shrink backup and modify MBR of backup jps1x2 Linux - General 1 12-17-2013 05:03 AM
SUSE Linux 9.3 for Dummies (For Dummies S.) samuelmp SUSE / openSUSE 11 08-01-2005 01:42 PM
C For Dummies and BIOS in Linux lloyd_smart Programming 6 12-11-2003 06:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration