ostatni
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ostatni [2019/09/03 20:45] – [rclone & Google Drive] ww | ostatni [2026/06/20 15:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 68: | Line 68: | ||
| <code bash> | <code bash> | ||
| ('' | ('' | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== restic ===== | ||
| + | |||
| + | Inicializace repozitáře | ||
| + | <code powershell> | ||
| + | |||
| + | Záloha | ||
| + | <code powershell> | ||
| + | restic.exe backup ` | ||
| + | --repo cesta-k-repozitari ` | ||
| + | --password-file cesta-k-souboru-s-heslem | ||
| + | --verbose ` | ||
| + | slozka-kterou-chci-zalohovat | ||
| + | </ | ||
| + | |||
| + | Odmazávání starých záloh | ||
| + | <code powershell> | ||
| + | restic.exe forget ` | ||
| + | --repo cesta-k-repozitari ` | ||
| + | --password-file cesta-k-souboru-s-heslem ` | ||
| + | --verbose ` | ||
| + | --keep-daily 7 ` | ||
| + | --keep-weekly 5 ` | ||
| + | --keep-monthly 7 ` | ||
| + | --prune | ||
| + | </ | ||
| + | |||
| + | ---- | ||
ostatni.1567543526.txt.gz · Last modified: (external edit)
