Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Backup program that compresses data but only changes new files.
Date: Sun, 14 Aug 2022 22:44:21
Message-Id: 9ab8a2bd-23ca-d789-521c-380b9eddec77@gmail.com
1 Howdy,
2
3 With my new fiber internet, my poor disks are getting a work out, and
4 also filling up.  First casualty, my backup disk.  I have one directory
5 that is . . . well . . . huge.  It's about 7TBs or so.  This is where it
6 is right now and it's still trying to pack in files. 
7
8
9 /dev/mapper/8tb            7.3T  7.1T  201G  98% /mnt/8tb
10
11
12 Right now, I'm using rsync which doesn't compress files but does just
13 update things that have changed.  I'd like to find some way, software
14 but maybe there is already a tool I'm unaware of, to compress data and
15 work a lot like rsync otherwise.  I looked in app-backup and there is a
16 lot of options but not sure which fits best for what I want to do. 
17 Again, backup a directory, compress and only update with changed or new
18 files.  Generally, it only adds files but sometimes a file gets replaced
19 as well.  Same name but different size. 
20
21 I was trying to go through the list in app-backup one by one but to be
22 honest, most links included only go to github or something and usually
23 doesn't tell anything about how it works or anything.  Basically, as far
24 as seeing if it does what I want, it's useless. It sort of reminds me of
25 quite a few USE flag descriptions. 
26
27 I plan to buy another hard drive pretty soon.  Next month is possible. 
28 If there is nothing available that does what I want, is there a way to
29 use rsync and have it set to backup files starting with "a" through "k"
30 to one spot and then backup "l" through "z" to another?  I could then
31 split the files into two parts.  I use a script to do this now, if one
32 could call my little things scripts, so even a complicated command could
33 work, just may need help figuring out the command.
34
35 Thoughts?  Ideas? 
36
37 Dale
38
39 :-)  :-)

Replies