summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrybackup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rybackup.py b/rybackup.py
index 4e734be..a5ddf91 100755
--- a/rybackup.py
+++ b/rybackup.py
@@ -142,7 +142,7 @@ def mount(action):
rmt['dev'], bak['dst']), shell=True) != 0:
raise SystemExit("Error: could not mount destination")
elif action == "umount":
- # Unmount the snapshot mountpoint
+ # Unmount the snapshot mountpoint (should never be writeable)
if call("%s %s" % (bin[action], bak['dst']), shell=True) != 0:
raise SystemExit("Error: could not unmount destination")