Commit ebc9d5
2024-12-30 11:08:00 Steven Anderson: init| /dev/null .. ScriptFU/unix/borgbackup.md | |
| @@ 0,0 1,7 @@ | |
| + | # borgbackup | 
| + | |
| + | #### init a new backup | 
| + | borg init --encryption=repokey <user>@<server>:/<backupdir>/<computer> | 
| + | |
| + | #### manually create a first init backup with stats and progress | 
| + | borg create -s --progress <user>@<server>:/<backupdir>/<computer>::initial ~ |