Incremental backup apps?
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
-
- Level 3
- Posts: 131
- Joined: Tue May 14, 2013 6:03 am
- Location: Dapto NSW
Incremental backup apps?
So, a few years on, I have just installed Mint 19.3 Cinnamon. Is there a backup app which does incremental backups?
If there isn't, what is the recommended routine? Delete previous backups? Just keep the latest one?
If there isn't, what is the recommended routine? Delete previous backups? Just keep the latest one?
Re: Backups and imaging - need for a tutorial?
Deja-Dup, Backintime, I'm sure there are others...
Also I've split this off into a new topic. It's a perfectly valid question, but it does not in any way depend on the old thread it was in.

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Re: Incremental backup apps?
Have a look at rsnapshot, it does exactly what you need, incremental backups. https://linuxconfig.org/guide-to-rsnaps ... s-on-linux
Re: Incremental backup apps?
Apart from being command line, don't see what rsnapshots has to offer over backintime, luckybackup, etc.
Homebrew i5-8400+GTX1080 Cinnamon 19.0, 3 x Thinkpad T430 Cinnamon 19.0, i7-3632 , i5-3320, i5-3210, Thinkpad T60 19.0 Mate
Re: Incremental backup apps?
Be aware, there are two kinds of incrementalism when it comes to backups. One is where only the changed files are copied but they're copied as whole files; the other is where only the changes are copied. The latter is faster, but requires all the backup files together to restore the data. Whole file is more suitable for desktop users, IMHO, where changes only is more suitable for networks backing up lots of users to a central server. Then a separate issue is whether you want snapshots, i.e., the ability to restore to multiple points in time. Snapshots are more flexible, but require more storage space.
FWIW, I use rsync, which is whole file (when used for local backup) but not snapshot. It's command line (run in terminal), so might not appeal to you. If not, there are several GUI options, including those already mentioned.
Re: Incremental backup apps?
I use
(click to make it look better)
grsync
, which is rsync + a GUI
, to backup data and OSs, keeping the latest copy of each file; IIRC rsync can save updated copies, but I've never tried it. grsync also provides a very useful preview.(click to make it look better)
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Your data and OS are backed up....right?
-
- Level 3
- Posts: 131
- Joined: Tue May 14, 2013 6:03 am
- Location: Dapto NSW
Re: Incremental backup apps?
I don't mind command line. I have used it a bit years ago with CP/M, AmigaDOS and a little in MSDOS.
I noticed /mnt in the last screenshot. I presume that is mounting a drive. I haven't learnt about that yet.
I back up to a USB hard drive. Will these programs all back up to USB drives?
I am planning on reinstalling and I just want to back up first.
For now, I will probably just use Linux standard backup and look into these other programs on the new installation.
I noticed /mnt in the last screenshot. I presume that is mounting a drive. I haven't learnt about that yet.
I back up to a USB hard drive. Will these programs all back up to USB drives?
I am planning on reinstalling and I just want to back up first.
For now, I will probably just use Linux standard backup and look into these other programs on the new installation.
-
- Level 3
- Posts: 131
- Joined: Tue May 14, 2013 6:03 am
- Location: Dapto NSW
Re: Incremental backup apps?
How did you put grsync and rsync etc into that text box?I use grsync, which is rsync + a GUI,
-
- Level 1
- Posts: 38
- Joined: Wed Apr 10, 2019 12:40 am
Re: Incremental backup apps?
Using the code tags. Looks likeSpiderspoon wrote: ↑Thu Feb 20, 2020 11:35 pmHow did you put grsync and rsync etc into that text box?I use grsync, which is rsync + a GUI,
Code: Select all
</>
Re: Incremental backup apps?
Select the text then click the little button with a "c" on it (above the text entry window). Squiggles, you're thinking of the other code tag.Spiderspoon wrote: ↑Thu Feb 20, 2020 11:35 pmHow did you put grsync and rsync etc into that text box?
Anytime you want to see how someone did something, click the Quote button, which will bring up their text with all the codes.
If you're just looking at the codes and don't want to reply, simply close the window and no one will even know you looked.
-
- Level 3
- Posts: 131
- Joined: Tue May 14, 2013 6:03 am
- Location: Dapto NSW
Re: Incremental backup apps?
let me try that
Well that didn't work.
Ah, I had turned BBCode off as I didn't know what it was. I will turn it back on in preferences.
Test
Well that didn't work.
Test again
Ah, I had turned BBCode off as I didn't know what it was. I will turn it back on in preferences.