this post was submitted on 01 Jul 2024
6 points (87.5% liked)

Linux Mint

1669 readers
3 users here now

Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.

Want to see the latest news from the blog? Set the Firefox homepage to:

linuxmint.com/start/

where is a current or past release. Here's an example using release 21.1 'Vera':

https://linuxmint.com/start/vera/

founded 3 years ago
MODERATORS
 

Can I delete previous backups, without affecting following backups, Since TimeShift (RSync) make increamental backups.

i'm picasso.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] neidu2@feddit.nl 4 points 3 months ago* (last edited 3 months ago) (5 children)

A+ for superior graphics work.

Yes. Intuition told me no due to the nature of rsync, but I tested it, with no ill effects.

Either the individual backup are independent of each other (during restore, the diff is only based on this backup vs originals), or diffs are merged into dependants upon deleting a dependency.

[โ€“] gpstarman@lemmy.today 2 points 3 months ago* (last edited 3 months ago) (2 children)

Either the individual backup are independent of each other (during restore, the diff is only based on this backup vs originals), or diffs are merged into dependants.

Are you saying that manual backups are individual and instead of creating links from original backup, it backs up everything since its manual?

New to Linux man, I don't even know how Rsync works yet, I just know that it creates Increamental Backups. So can you be noob friendly in words please? cause I don't understand this ๐Ÿ‘‡

(during restore, the diff is only based on this backup vs originals), or diffs are merged into dependants.

during restore

You mean During Backup?

[โ€“] neidu2@feddit.nl 2 points 3 months ago (1 children)

What I mean is that I think each backup is (probably) independent of each other.

A diff is shorthand for difference, as well as an old tool that hilights the differences between files. It was commonly used in patching once upon a time. I'm not sure if rsync implements diff directly, but what can be said for sure is that rsync at least implements s8milar behavior.

[โ€“] gpstarman@lemmy.today 1 points 3 months ago
load more comments (2 replies)