content:serverbasics:docker-backup
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung | |||
| content:serverbasics:docker-backup [2026/09/02 17:35] – [Restore and UserIDs in the Borg-Backups] obel1x | content:serverbasics:docker-backup [2026/09/02 17:38] (aktuell) – [Restore and UserIDs in the Borg-Backups] obel1x | ||
|---|---|---|---|
| Zeile 130: | Zeile 130: | ||
| After that, edit the '' | After that, edit the '' | ||
| + | |||
| + | Attention, there seems to be some wrong documentations here in the repo. Use the restore as this: | ||
| + | |||
| + | '' | ||
| + | |||
| + | And in the Container, do: | ||
| + | |||
| + | < | ||
| + | # mount a specific archive (or the whole repo to browse all archives) | ||
| + | mkdir -p / | ||
| + | borg mount / | ||
| + | |||
| + | # copy files back to their original location or inspect them | ||
| + | cp -a / | ||
| + | |||
| + | # unmount and exit when done | ||
| + | borg umount / | ||
| + | exit | ||
| + | |||
| + | </ | ||
content/serverbasics/docker-backup.txt · Zuletzt geändert: von obel1x
