User Tools

Site Tools


ostatni

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ostatni [2019/12/12 14:07]
ww
ostatni [2022/03/16 09:38] (current)
Line 74: Line 74:
  
 Inicializace repozitáře Inicializace repozitáře
-<code bash>restic init --repo cesta-k-repozitari</code>+<code powershell>restic.exe init --repo cesta-k-repozitari</code>
  
 Záloha Záloha
-<code bash>restic backup --repo cesta-k-repozitari --verbose slozka-kterou-chci-zalohovat</code>+<code powershell> 
 +restic.exe backup 
 +  --repo cesta-k-repozitari 
 +  --password-file cesta-k-souboru-s-heslem 
 +  --verbose 
 +  slozka-kterou-chci-zalohovat 
 +</code> 
 + 
 +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 
 +</code>
  
 ---- ----
ostatni.1576156059.txt.gz · Last modified: 2022/03/16 09:38 (external edit)