Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restic: typo fixes #157

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Restic: typo fixes #157

merged 1 commit into from
Dec 31, 2023

Conversation

cboltz
Copy link
Contributor

@cboltz cboltz commented Dec 31, 2023

Noch ein kleiner Verbesserungsvorschlag:

Die Ausgabe von ls -F ids/ beim FUSE-mount ist begrenzt hilfreich - woher soll man wissen, welche ID zu welchem Backupdatum gehört? Da wäre ls -lF ids/ wohl hilfreicher (ich vermute mal, dass der Verzeichnis-Timestamp den Zeitpunkt des Backups anzeigt).

@isotopp
Copy link
Owner

isotopp commented Dec 31, 2023

Der ursprüngliche Output-Block war noch länger, nicht nur ids, sondern snapshots. Dann sieht es so aus:

[root@bigbox restic]# ls -F ids/ snapshots/
ids/:
00cb85c3/  19bc02e4/  42f91730/  796f1ed9/  8882b338/  a32e4356/  d43c97bb/
01c5ca9b/  28a15ad1/  457ea80e/  7b4bcf3a/  8943559e/  a6caaa48/  d94cf934/
0b67bcae/  2bb21e77/  50cc7dd7/  7e4cb590/  8b20359d/  aca075a4/  df7575e9/
0b86b453/  2fc76ed8/  5568c407/  7ee6cefc/  8d718295/  b35b04fe/  ee85e0d4/
0b96f72f/  30b475c6/  5a21bd0e/  84fe91ab/  94b7be41/  b8caf9b3/  f17493c2/
1005d1cd/  36610a1c/  69fc46b0/  85133415/  9b111558/  b9bc56bc/  f5f28cfb/
15ed6fdf/  3bb59248/  70e10086/  86c2e326/  a05d813c/  cbeef8b3/  fc6d65ec/
191a4512/  402230fc/  74b12f4b/  87a252b2/  a18a04d9/  d1cd3a21/

snapshots/:
2023-12-25T14:21:06+01:00/  2023-12-30T12:10:01+01:00/
2023-12-25T23:10:01+01:00/  2023-12-30T13:10:01+01:00/
2023-12-26T23:10:01+01:00/  2023-12-30T14:10:01+01:00/
2023-12-27T23:10:02+01:00/  2023-12-30T15:10:02+01:00/
2023-12-28T23:10:01+01:00/  2023-12-30T16:10:02+01:00/
2023-12-29T13:10:01+01:00/  2023-12-30T17:19:01+01:00/
2023-12-29T14:10:02+01:00/  2023-12-30T17:24:20+01:00/
2023-12-29T15:10:01+01:00/  2023-12-30T18:10:03+01:00/
2023-12-29T16:10:01+01:00/  2023-12-30T19:10:07+01:00/
2023-12-29T17:10:02+01:00/  2023-12-30T20:10:07+01:00/
2023-12-29T18:10:01+01:00/  2023-12-30T21:10:07+01:00/
2023-12-29T19:10:02+01:00/  2023-12-30T22:10:07+01:00/
2023-12-29T20:10:01+01:00/  2023-12-30T23:10:07+01:00/
2023-12-29T21:10:01+01:00/  2023-12-31T00:10:03+01:00/
2023-12-29T22:10:02+01:00/  2023-12-31T01:10:07+01:00/
2023-12-29T23:10:01+01:00/  2023-12-31T02:10:07+01:00/
2023-12-30T00:10:01+01:00/  2023-12-31T03:10:07+01:00/
2023-12-30T01:10:01+01:00/  2023-12-31T04:10:09+01:00/
2023-12-30T02:10:02+01:00/  2023-12-31T05:10:09+01:00/
2023-12-30T03:10:02+01:00/  2023-12-31T06:10:08+01:00/
2023-12-30T04:10:01+01:00/  2023-12-31T07:10:09+01:00/
2023-12-30T05:10:01+01:00/  2023-12-31T08:10:09+01:00/
2023-12-30T06:10:01+01:00/  2023-12-31T09:10:08+01:00/
2023-12-30T07:10:02+01:00/  2023-12-31T10:10:09+01:00/
2023-12-30T08:10:01+01:00/  2023-12-31T11:10:09+01:00/
2023-12-30T09:10:01+01:00/  2023-12-31T12:10:09+01:00/
2023-12-30T10:10:01+01:00/  2023-12-31T13:10:09+01:00/
2023-12-30T11:10:02+01:00/  latest@

Das war nur viel zu lang für den Artikel.

Insgesamt hast Du auf dem Top-Level hosts, ids, snapshots und auch noch tags, nach denen Du selektieren kannst.

@isotopp isotopp merged commit 2c19262 into isotopp:main Dec 31, 2023
1 check passed
@isotopp
Copy link
Owner

isotopp commented Dec 31, 2023

Danke für die Fixes.

@cboltz
Copy link
Contributor Author

cboltz commented Jan 1, 2024

snapshots sieht sehr nützlich aus (Usecase: "Ich brauche eine Datei aus dem Backup von gestern, weil ich sie kaputtgespielt habe").

Bei der Länge verstehe ich, warum Du nicht die kompletten Listings einbauen willst, aber ich würde snapshots, hosts und tags zumindest kurz im Artikel erwähnen - oder in Form eines gekürzten Listings (nur die ersten 3 Einträge des jeweiligen Verzeichnisses) einbauen.

@cboltz cboltz deleted the cboltz-typo56 branch June 13, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants