Browse Source

docs: make clear that remote repos used via ssh need a remote borg

Thomas Waldmann 10 years ago
parent
commit
56fd96589b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/usage.rst

+ 1 - 1
docs/usage.rst

@@ -24,7 +24,7 @@ Examples
     # Local repository
     # Local repository
     $ borg init /mnt/backup
     $ borg init /mnt/backup
 
 
-    # Remote repository
+    # Remote repository (accesses a remote borg via ssh)
     $ borg init user@hostname:backup
     $ borg init user@hostname:backup
 
 
     # Encrypted remote repository
     # Encrypted remote repository