From 9bcf6c91daf6c16cf142c7df32aa3354709c399d Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 23 Nov 2022 10:09:04 +0100 Subject: [PATCH] bin/bog: add guidance --- .local/bin/scripts/bog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.local/bin/scripts/bog b/.local/bin/scripts/bog index 62e92ad..502ef82 100755 --- a/.local/bin/scripts/bog +++ b/.local/bin/scripts/bog @@ -1,7 +1,8 @@ #!/bin/sh -e # Simple backup with borg if test $# -eq 0 -then borg list --format "{barchive:40} Created {time}{NL}" +then echo "To backup: bog [prefix_] folder" + borg list --format "{barchive:40} Created {time}{NL}" exit $? fi while test $# -gt 0; do