Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Best way to full backup entire system

New to Debian (Or Linux in general)? Ask your questions here!
Message
Author
User avatar
sunrat
Administrator
Administrator
Posts: 6498
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: [SOLVED] Best way to full backup entire system

#16 Post by sunrat »

banderas20 wrote:BTW, what about Veeam Backup?
That looks like a totally inappropriate solution for personal use. It's a proprietary enterprise package that costs money. The other suggestions here are all free, open source, and available from Debian repos.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

barlafuss
Posts: 27
Joined: 2007-11-11 17:49
Location: Milan

Re: [SOLVED] Best way to full backup entire system

#17 Post by barlafuss »

My favour go to timeshift
https://github.com/teejee2008/Timeshift/releases
Very good for daily/weekly "trasparent" system backups and very good in restoring snapshots, in case of issue.

*Warning* : it does NOT back up /home folder, so You have to add any other manual/automatic script for that .

User avatar
sunrat
Administrator
Administrator
Posts: 6498
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: [SOLVED] Best way to full backup entire system

#18 Post by sunrat »

barlafuss wrote:My favour go to timeshift
https://github.com/teejee2008/Timeshift/releases
Very good for daily/weekly "trasparent" system backups and very good in restoring snapshots, in case of issue.

*Warning* : it does NOT back up /home folder, so You have to add any other manual/automatic script for that .
I have been told Timeshift can be configured to back up home in settings. Still, it's not in Debian repo so I'd prefer something from there. Timeshift is basically a GUI frontend for rsync and there are several rsync GUI programs in the repo such as Lucky Backup and Grsync.
rsync itself is pretty easy to set up so you don't really need a GUI, just maybe a few minutes to read, and test you have config right. Set it up to run automatically with a systemd timer or cron and let it do it's thing quietly in the background.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

barlafuss
Posts: 27
Joined: 2007-11-11 17:49
Location: Milan

Re: [SOLVED] Best way to full backup entire system

#19 Post by barlafuss »

I understood from the request, User is not (yet) so good in doing itself a safe backup script.

Yes, timeshift is a GUI to rsync, but what a friend gui :-) for backup AND (!!) restore.

I used Lucky backup, but (at least at that time) no remote backup was allowed.

arzgi
Posts: 1197
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: [SOLVED] Best way to full backup entire system

#20 Post by arzgi »

barlafuss wrote:I understood from the request, User is not (yet) so good in doing itself a safe backup script.

Yes, timeshift is a GUI to rsync, but what a friend gui :-) for backup AND (!!) restore.

I used Lucky backup, but (at least at that time) no remote backup was allowed.


If you do

Code: Select all

apt search rsync
or

Code: Select all

apt search backup

it shows many pages of backup programs, some of them even for GUI.
And to see description for package

Code: Select all

apt show [package]
For example backintime, which has GUI versions, and works with ssh.

Security updates cover only Debian pacakages.

https://wiki.debian.org/DontBreakDebian

Maybe I'm a bit old schooler, but I don't want to be able to restore only from GUI.

User avatar
sunrat
Administrator
Administrator
Posts: 6498
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: [SOLVED] Best way to full backup entire system

#21 Post by sunrat »

Lucky Backup can do local to remote but not remote to remote.
http://luckybackup.sourceforge.net/manu ... ncedRemote
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply