ostatni
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ostatni [2019/07/24 13:19] – [Exchange / IIS + Let's Encrypt] ww | ostatni [2026/06/20 15:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| ===== Exchange / IIS + Let's Encrypt ===== | ===== Exchange / IIS + Let's Encrypt ===== | ||
| + | |||
| + | ==== Automaticky ==== | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | ==== Ručně ==== | ||
| * Získat certifikát třeba přes [[https:// | * Získat certifikát třeba přes [[https:// | ||
| Line 58: | Line 64: | ||
| rclone mount -vvv --allow-non-empty --allow-other nazevrcloneremotu:/ | rclone mount -vvv --allow-non-empty --allow-other nazevrcloneremotu:/ | ||
| </ | </ | ||
| + | |||
| + | * Ostatní magie | ||
| + | <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.1563974377.txt.gz · Last modified: (external edit)
