Option -g bei tar
lima-city → Forum → Heim-PC → Betriebssysteme
-
In einem Backup-Script wird neben dem eigentlichen Archiv mit
-g"$snarfile"
eine weitere Datei erzeugt. Was bedeutet diese Option. In https://wiki.ubuntuusers.de/tar/ wird sie nicht aufgeführt. Ist dieses snarfile so eine Art Verzeichnis mit den archivierten Dateien? -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Laut "man tar" wird diese Datei für inkrementelle Sicherungen verwendet:
-g, --listed-incremental=FILE Handle new GNU-format incremental backups. FILE is the name of a snapshot file, where tar stores additional information which is used to decide which files changed since the previous incremental dump and, consequently, must be dumped again. If FILE does not exist when creating an archive, it will be created and all files will be added to the resulting archive (the level 0 dump). To create incremental archives of non-zero level N, create a copy of the snapshot file created during the level N-1, and use it as FILE. When listing or extracting, the actual contents of FILE is not inspected, it is needed only due to syntactical requirements. It is therefore common practice to use /dev/null in its place.
In ihr werden Infos gespeichert die zur Bestimmung von Dateien, die sich geändert haben, benötigt werden. -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage