Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Backup questions
Date: Fri, 10 Aug 2018 16:54:23
Message-Id: 7efb704f-9052-dc81-81ef-ebe7b0772403@gmail.com
In Reply to: Re: [gentoo-user] Backup questions by Mick
1 Mick wrote:
2 > On Thursday, 9 August 2018 09:18:43 BST Bill Kenworthy wrote:
3 >> On 08/08/18 11:43, Dale wrote:
4 >>> Howdy,
5 >>>
6 >>> Long story short that leads up to my questions, I paid off some debt.
7 >> Hi Dale,
8 >>
9 >> what you are talking about is not a real backup but a single copy of
10 >> your data that may or may not be complete (the delete option you
11 >> mention) at a single point in time - not quite as useful as a proper
12 >> versioned backup. Whatever your choice, also look at the restore
13 >> procedure - very important.
14 > Well, a static mirror is a full backup at that point in time. If the backed
15 > up data changes little over time, it is a valid backup, which can prove its
16 > worth if/when the original drive dies, or files are deleted accidentally on
17 > the original.
18
19 And that is the result I was wanting.  The added benefit of a plain file
20 copy, portability.  If I wanted to, I could take the drive to a friend,
21 plug it in and watch videos directly from the drive.  I could also copy
22 them to the friends computer if I wanted to without any special
23 software.  I just need a basic, no frills copy that I can go to if I
24 lose the originals.  Most of this is video and pictures where once saved
25 will never change again.  I'm not needing anything fancy for sure.  I
26 might add, I used to do similar when doing system backups.  I'd boot
27 from a DVD tool such as sysrescue, mount the partitions and then copy
28 everything over to a second drive. 
29
30
31 >
32 > On the points Dale raised:
33 >
34 > The --delete option will remove from the destination any files which no longer
35 > exist on the source. So if you delete photo-1 on the source and then run
36 > rsync, photo-1 *will* be deleted from the full back up, to mirror what is
37 > currently available on the source directory.
38 >
39 > Here is where incremental/differential backup strategies can be of use, in
40 > case some time in the relatively near future you change your mind and wish you
41 > never had deleted that old photo-1. The same may apply to user config files,
42 > if you stop using an application, manually clean/delete its config files from
43 > your home and rsync --delete thereafter. If in the near future you review
44 > your position and decide you wanted that application after all and the 2 weeks
45 > you had spent configuring it would be of use again, with the --delete option
46 > your config files will be gone from the backup. So, use --delete judiciously.
47 >
48 > rsync can on its own provide you with incremental and differential backups,
49 > using hard links to the full backup directory, so as to avoid duplication and
50 > minimise storage space usage. This means that incremental backups take only a
51 > fraction of the space and additional disks or enclosures may be redundant.
52 > Take a look at the --backup, --backup-dir, and --link-dest, options.
53 >
54 > As others have posted there are a number of applications which use rsync as a
55 > back end and have scripted with config files its options. There's also quite
56 > a number of bash scripts on the interwebs offering a starting point if you
57 > prefer to hack your own.
58 >
59 > With regards to heat and humidity I suggest you take a look at the
60 > manufacturer's specifications, both for the enclosure and for the drives.
61 > Invariably environmental thresholds are printed on labels on the devices
62 > themselves, or you could google using the part numbers off them.
63 >
64 > HTH.
65
66
67 I'll look into that option.  I've got a lot going on, Mom in hospital,
68 me trying to do some cleaning that is otherwise difficult to do when Mom
69 is here, plus a few other things that are routine as well.  Trying to
70 keep my head above water here.  lol  Eventually, I'll find the best way
71 since I've had some good ideas mentioned in these replies.  If I do go
72 the software backup route, I've got some good recommendations here on
73 what to look into.  If I continue the rsync route, I've got a couple new
74 options to look into.  The idea of putting the drives in a cooler was
75 also a good one that I hadn't thought of.  That would help control the
76 temperature fluctuations for sure.  I'm not sure about the fridge part
77 tho.  Space is limited since I have a lot of there. 
78
79 Thanks for the info. 
80
81 Dale
82
83 :-)  :-)