瀏覽代碼

Update documentation with newly required ssh:// repository syntax for Borg 2 (#557).

Dan Helfman 2 年之前
父節點
當前提交
2a1c6b1477

+ 2 - 2
README.md

@@ -24,8 +24,8 @@ location:
 
 
     # Paths of local or remote repositories to backup to.
     # Paths of local or remote repositories to backup to.
     repositories:
     repositories:
-        - 1234@usw-s001.rsync.net:backups.borg
-        - k8pDxu32@k8pDxu32.repo.borgbase.com:repo
+        - ssh://1234@usw-s001.rsync.net:backups.borg
+        - ssh://k8pDxu32@k8pDxu32.repo.borgbase.com:repo
         - /var/lib/backups/local.borg
         - /var/lib/backups/local.borg
 
 
 retention:
 retention:

+ 1 - 1
docs/how-to/backup-to-a-removable-drive-or-an-intermittent-server.md

@@ -76,7 +76,7 @@ location:
         - /home
         - /home
 
 
     repositories:
     repositories:
-        - me@buddys-server.org:backup.borg
+        - ssh://me@buddys-server.org:backup.borg
 
 
 hooks:
 hooks:
     before_backup:
     before_backup:

+ 2 - 2
docs/how-to/make-backups-redundant.md

@@ -20,8 +20,8 @@ location:
 
 
     # Paths of local or remote repositories to backup to.
     # Paths of local or remote repositories to backup to.
     repositories:
     repositories:
-        - 1234@usw-s001.rsync.net:backups.borg
-        - k8pDxu32@k8pDxu32.repo.borgbase.com:repo
+        - ssh://1234@usw-s001.rsync.net:backups.borg
+        - ssh://k8pDxu32@k8pDxu32.repo.borgbase.com:repo
         - /var/lib/backups/local.borg
         - /var/lib/backups/local.borg
 ```
 ```