summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-05-09 19:41:03 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-05-13 15:02:33 +0200
commit35d06afd6b0dd5d96bbd47933f36996febf51c10 (patch)
tree8415f711d4afffed594fef2bb4519222be647287 /README.rst
parentcb5c9b63b388d39cde7799b3e54d95a8a0be0fe6 (diff)
get rid of some .borg, be consistent with the backup repo name and path
it's pretty useless to have .borg as a directory extension, especially since there is a README in there stating that this is a borg repo. conistency: "backup" is always used as relative backup repository path "/mnt/backup" is always used as absolute repository path
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9b21011bd..07421f280 100644
--- a/README.rst
+++ b/README.rst
@@ -13,8 +13,8 @@ Easy to use
~~~~~~~~~~~
Initialize backup repository and create a backup archive::
- $ borg init /usbdrive/my-backup.borg
- $ borg create -v /usbdrive/my-backup.borg::documents ~/Documents
+ $ borg init /mnt/backup
+ $ borg create -v /mnt/backup::documents ~/Documents
Main features
~~~~~~~~~~~~~