Blame
| ebc9d5 | Steven Anderson | 2024-12-30 11:08:00 | 1 | # borgbackup |
| 2 | ||||
| 3 | #### init a new backup |
|||
| 4 | borg init --encryption=repokey <user>@<server>:/<backupdir>/<computer> |
|||
| 5 | ||||
| 6 | #### manually create a first init backup with stats and progress |
|||
| 7 | borg create -s --progress <user>@<server>:/<backupdir>/<computer>::initial ~ |