1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:02:08 +02:00
tldr/pages.de/osx/tmutil.md
Kargins 50cff8c9e6
brew-bundle, caffeinate, open and tmutil: add German translation (#5178)
* brew-bundle, caffeinate, open and tmutil: add German translation

* Update pages.de/osx/brew-bundle.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update pages.de/osx/caffeinate.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update pages.de/osx/tmutil.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update pages.de/osx/tmutil.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update pages.de/osx/tmutil.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update pages.de/osx/tmutil.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

Co-authored-by: Kargins <10598483+GETandSELECT@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-24 11:23:41 -05:00

36 lines
901 B
Markdown

# tmutil
> Dienstprogramm zum Verwalten von Time Machine-Backups. Die meisten Kommandos erfordern Root-Rechte.
> Mehr Informationen: <https://ss64.com/osx/tmutil.html>.
- Setze ein HFS+ Laufwerk als Backupziel:
`sudo tmutil setdestination {{path/to/disk_mount_point}}`
- Setzen von einer APF-Freigabe oder SMB-Freigabe, als Backupziel:
`sudo tmutil setdestination {{protocol://user[:password]@host/share}}`
- Hängen Sie das angegebene Ziel an die Liste der Backupziele an:
`sudo tmutil setdestination -a {{destination}}`
- Aktivieren von automatischen Backups:
`sudo tmutil enable`
- Automatische Backups deaktivieren:
`sudo tmutil disable`
- Starte ein Backup im Hintergrund, falls nicht bereits eines läuft:
`sudo tmutil startbackup`
- Starte ein Backup im Vordergrund, falls nicht bereits eines läuft:
`sudo tmutil startbackup -b`
- Stoppen vom Backup:
`sudo tmutil stopbackup`