Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.os.unix.linux.misc > #131520
| From | Hermann Riemann <nospam.ng@hermann-riemann.de> |
|---|---|
| Newsgroups | de.comp.os.unix.linux.misc |
| Subject | Re: USB-Automatik |
| Date | 2023-06-18 12:01 +0200 |
| Message-ID | <kf82vdFa2oU2@mid.individual.net> (permalink) |
| References | (6 earlier) <u6ebla$26q$4@news2.informatik.uni-stuttgart.de> <kf0dl0Fps6kU1@mid.individual.net> <Backups-20230615210500@ram.dialup.fu-berlin.de> <877cs4jnye.fsf-bofh@killfile.de> <kf2os0F6692U1@mid.individual.net> |
Am 16.06.23 um 11:38 schrieb Matthias Gerds:
> Allerdings hat man als Linux-Benutzer erfahrungsgemäß noch das Problem,
> dass man seine Daten in fremder Umgebung (Windows o.ä.) wegen eines
> meist inkompatiblen Dateisystems (ext4 vs. exFAT) schlecht einlesen
> kann. Und Sichern auf (ex)FAT geht auch nicht, da fehlen dann die ganzen
> versteckten Daten als auch Dateien mit inkompatiblen Zeichen im
> Dateinamen (z.B.'?' usw.). Alles schon durchprobiert.
Für diese Fälle gibt es raspberry pi.
So ein kompletter raspberry pi 400 kostet ca 100 €
und lässt sich an Fernseher oder Monitore mit HDMI anschließen.
>> Zusätzlich werden über hooks in apt auch noch jedesmal snapshots von
>> allen davon berührten Volumes (Abgleich installed files der Pakete mit
>> lokalen Pfaden/Volumes) gemacht, sobald ein Paket installiert oder
>> deinstalliert wird. Das heißt, sollte da mal was schiefgehen, reicht ein
>> rollback und die Packetinstallation/Upgrade hat nie stattgefunden.
>> (Für den selteneren Fall, daß ein Paketupdate Sachen geändert hat, die
>> nicht von der file list im Paket abgedeckt werden, hat man immer noch
>> die regulären Snapshots, die das ganze System abdecken).
>
> Klingt gut, muss ich mir mal ansehen. Bis dahin setze ich für
> persönliche Daten nach wie vor auf externe Platten (die eben nicht
> ständig erreichbar sind). Das ist zugegebenermaßen sehr unpraktisch und
> auch keine besonders elegante Lösung, weil die Fehlerquelle (ein Hoch
> auf das Vergessen) auch meist vor dem Computer sitzt. :-)
Ein Problem bei der Datensicherung ist, dass die Dateien nicht mehr
zum neuen System passen.
Z.B. Dateinen mit iso-Sonterzeichen machen auf Konsole mit
utf8 Probleme.
Und wenn ich uralte Grafik System Dateien kopieren würde,
säße ich erst mal ( bis zur kompletten Neuinstallation )
vor dunklen Bildschirmen.
Alte .doc Dateien sind eventuell praktisch nicht mehr lesbar,
alte Quelldateien haben kein update..
Aus diesem Grunde rette ich nur geänderte Dateien wie z.B. /etc/fstab
( u.a. als Vorlage für tmpfs )
Ein Problem sind die softlinks.
> Den Rest (System) erledigt Timeshift.
Ich neige eher dazu,
gelegentlich selbst editierte Dateien in ein anderes Verzeichnis
auf dem gleichen computer zu kopieren.
>> Echtes Backup ist natürlich noch einmal unabhängig davon aber gerade
>> gegen die Fälle von Benutzerfehlern, Fehlern bei Updates usw. kann man
>> sich relativ gut und bequem mit solchen Mechanismen absichern.
>> Da reichen wie gesagt schon Sachen basierend auf
>> rsync/borg/restic/usw. für das Wesentliche.
>> Entscheidend ist dabei, daß es voll automatisiert und damit regelmäßig
>> und tatsächlich stattfindet.
>
> Wahrscheinlich ist eine Mehrfachabsicherung mit verschiedenen Lösungen -
> u.a. wie von Dir beschrieben - noch die beste Herangehensweise.
Ich hole höchsten einzelne Dateien zurück.
Die anderen Änderung kann ich nicht so ohne weiteres nachvollziehen.
Hermann
rsync -a --delete und/oder eigene Programme in Python verwendend.
--
http://www.hermann-riemann.de
Back to de.comp.os.unix.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-14 17:52 +0200
Re: USB-Automatik Joerg Lorenz <hugybear@gmx.ch> - 2023-06-14 18:23 +0200
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-14 19:09 +0200
Re: USB-Automatik Arno Lutz <invalid@freakmail.de> - 2023-06-14 20:41 +0200
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-14 21:35 +0200
Re: USB-Automatik "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-15 02:20 +0200
Re: USB-Automatik Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-06-15 06:38 +0000
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-15 14:14 +0200
Re: USB-Automatik Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-06-15 13:29 +0000
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-15 16:53 +0200
Re: USB-Automatik Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-06-15 20:29 +0000
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-16 02:03 +0200
Re: USB-Automatik Tim Ritberg <tim@server.invalid> - 2023-06-15 15:48 +0200
Re: USB-Automatik Joerg Lorenz <hugybear@gmx.ch> - 2023-06-15 19:44 +0200
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-15 19:54 +0200
Re: USB-Automatik Tim Ritberg <tim@server.invalid> - 2023-06-15 22:21 +0200
Re: USB-Automatik Marcus Jodorf <m@bogomips.de> - 2023-06-16 01:38 +0200
Re: USB-Automatik Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-06-16 05:52 +0000
Re: USB-Automatik Christian Garbs <mitch@cgarbs.de> - 2023-06-16 07:07 +0000
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-16 11:44 +0200
Re: USB-Automatik Christian Garbs <mitch@cgarbs.de> - 2023-06-18 11:17 +0000
Re: USB-Automatik SimplyNews <Simply.News@gmx.de> - 2023-06-16 19:26 +0200
Re: USB-Automatik Marcus Jodorf <m@bogomips.de> - 2023-06-17 22:51 +0200
Betreffwechsel bei Themenwechsel erwünscht? (was: USB-Automatik) Helmut Waitzmann <nn.throttle@xoxy.net> - 2023-06-17 23:27 +0200
syncthing für große Backups (was: Re: USB-Automatik) Christian Garbs <mitch@cgarbs.de> - 2023-06-18 09:57 +0000
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-16 11:38 +0200
Re: USB-Automatik "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-16 17:34 +0200
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-16 18:30 +0200
Re: USB-Automatik Christian Garbs <mitch@cgarbs.de> - 2023-06-18 10:04 +0000
Re: USB-Automatik Marcus Jodorf <m@bogomips.de> - 2023-06-17 23:04 +0200
Re: USB-Automatik Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-18 12:01 +0200
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-19 10:14 +0200
Re: USB-Automatik Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2023-06-16 12:18 +0000
Re: USB-Automatik Wolfgang Bauer <wolfgang-bauer@mein.gmx> - 2023-06-16 14:30 +0200
Re: USB-Automatik Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-16 12:40 +0200
Re: USB-Automatik Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-14 18:32 +0200
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-14 19:20 +0200
Re: USB-Automatik SimplyNews <Simply.News@gmx.de> - 2023-06-15 16:42 +0200
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-15 17:02 +0200
Re: USB-Automatik "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-15 18:37 +0200
Re: USB-Automatik SimplyNews <Simply.News@gmx.de> - 2023-06-16 18:29 +0200
Re: USB-Automatik "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-17 09:20 +0200
Re: USB-Automatik Marcus Jodorf <m@bogomips.de> - 2023-06-17 21:49 +0200
Re: USB-Automatik SimplyNews <Simply.News@gmx.de> - 2023-06-15 16:29 +0200
Re: USB-Automatik SimplyNews <Simply.News@gmx.de> - 2023-06-15 16:55 +0200
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-15 17:22 +0200
Re: USB-Automatik SimplyNews <Simply.News@gmx.de> - 2023-06-15 17:34 +0200
Re: USB-Automatik Matthias Gerds <m.gerds@posteo.de> - 2023-06-15 18:37 +0200
csiph-web