diff --git a/storage/backups/borg/sample.config.json b/storage/backups/borg/sample.config.json index 7c31a33..72532b9 100644 --- a/storage/backups/borg/sample.config.json +++ b/storage/backups/borg/sample.config.json @@ -1,4 +1,4 @@ -# A normal config would be placed in the current user's come directory, +# A normal config would be placed in the current user's home directory, # typically under ~/.config/optools/backup.json { @@ -32,4 +32,4 @@ "host": "backups.domain.tld", # where the borg server is "ctx": "ssh -p 1234" # if you run a borg-specific SSHD on an alternate port } -} \ No newline at end of file +}