Discussion:
Backup system
(too old to reply)
kyuzo
2024-02-08 17:01:15 UTC
Permalink
Hi evrybody,
What's your favourite backup system in Mageia?
I save my backup in an external hddisc with BACKUP-MANAGER.
It transfer a daily compressed backup with incremental method, so for
every directory I have a master one and a series of updates ones if
there is a change in the directory.
There isn't a method for restoring, in case of a catastrophic situation,
I should copy the master and then every update to the original destination.
Do you know a better tool to work with backup?
Thanks in advance!
William Unruh
2024-02-08 19:15:53 UTC
Permalink
Post by kyuzo
Hi evrybody,
What's your favourite backup system in Mageia?
I save my backup in an external hddisc with BACKUP-MANAGER.
It transfer a daily compressed backup with incremental method, so for
every directory I have a master one and a series of updates ones if
there is a change in the directory.
There isn't a method for restoring, in case of a catastrophic situation,
I should copy the master and then every update to the original destination.
Do you know a better tool to work with backup?
Thanks in advance!
rsync, using for example rsnapshot. It has the advantages of an
incremental backup (one files which have changed are stored separately.
The others are hard linked.) with the advantge that every backup is a
full backup of the date on which the backup was made. So you restore by
going to the last backup and copying it. That's it.

Loading...