Siduction Forum

Siduction Forum => Software - Support => Topic started by: titan on 2023/09/11, 16:00:28

Title: Backup app
Post by: titan on 2023/09/11, 16:00:28
Any recommendations for backup app, I want the backups in plain text.

I should add I have use a few over the years, backintime is my current one
Title: Re: Backup app
Post by: edlin on 2023/09/11, 16:32:26
What do you mean by plain text? A binary file doesn't get any more readable than that.
What backup strategy do you use?
How many generations do you want to save or is only one snapshot enough?
Do you want to backup partitions or only single directories/files?
Do you need incremental or differential backups?
Can or should the backups be compressed?
Do you want to back up over a network (multiple clients)?
Should databases or other open files be backed up?
GUI or CLI?
Manual or automatically backup?

... to be continued

edlin
Title: Re: Backup app
Post by: titan on 2023/09/11, 17:10:25
Maybe I should of said simple backup app  ;D  I basically just backup my home folder every now and again I find KISS principal works just fine.
Title: Re: Backup app
Post by: gorzka on 2023/09/11, 17:38:33
https://www.duplicati.com/download
Title: Re: Backup app
Post by: oduffo on 2023/09/11, 23:41:31
borgbackup and vorta as GUI. Both are in the the repos.

Gruß
oduffo
Title: Re: Backup app
Post by: samtfalterblau on 2023/09/12, 08:59:52
I am happy with "luckybackup"!
https://luckybackup.sourceforge.net/ (https://luckybackup.sourceforge.net/)
;) :D
Title: Re: Backup app
Post by: Mister00X on 2023/09/12, 11:19:52
I am using https://rdiff-backup.net/ for some time now and am pretty satisfied with it.

Its in the Debian Repositories
Title: Re: Backup app
Post by: titan on 2023/09/12, 11:35:20
Thanks for all the suggestions I think I will continue with Backintime just a rsync front end and now back under active development
Title: Re: Backup app
Post by: edlin on 2023/09/13, 19:03:50
Quote from: samtfalterblau on 2023/09/12, 08:59:52
I am happy with "luckybackup"!
https://luckybackup.sourceforge.net/ (https://luckybackup.sourceforge.net/)
;) :D
Yes, luckyBackup is clear, easy to set up and, importantly, based on rsync and not a properitary format.
However, the last version is almost 5 years old and development has been frozen.
Even though, thanks to rsync, I don't fear that luckyBackup will become unusable overnight, but this fact should be kept in mind.

edlin
Title: Re: Backup app
Post by: samtfalterblau on 2023/09/13, 23:19:32
Quote from: edlin on 2023/09/13, 19:03:50
Yes, luckyBackup is clear, easy to set up and, importantly, based on rsync and not a properitary format.
However, the last version is almost 5 years old and development has been frozen.
Even though, thanks to rsync, I don't fear that luckyBackup will become unusable overnight, but this fact should be kept in mind.

edlin
Thank you for your note, I will consider this!
Title: Re: Backup app
Post by: gour on 2023/10/19, 08:15:20
Quote from: titan on 2023/09/11, 16:00:28
Any recommendations for backup app, I want the backups in plain text.

I should add I have use a few over the years, backintime is my current one

I am more than happy with Restic (https://restic.net/).
Title: Re: Backup app
Post by: harley-peter on 2023/10/19, 20:14:01
First I used luckybackup, now I am happy with FreeFileSync.
Title: Re: Backup app
Post by: dsat on 2023/10/19, 23:18:08
Moin

All user data are in a separate user partition and linked into users home. These user data are backed up with grsync. Only modified data are saved, without versioning.
Systems are backed up from a second system on the same machine or with a ventoy stick with persistence by usb boot. Partclone is used to save and restore system partitions. To reduce disk space partclone is sent through gzip via a pipe or vice versa.

Regards dsat