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