Translated initial comment, made it more terse
This commit is contained in:
parent
5312aea0cc
commit
44f437c928
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# disabilitato invio mail perché ormai son troppo grosse per smtp di indivia, scarico i nuovi backup quotidianamente con rsync
|
||||
# riabilitato dopo pulizia db
|
||||
# disabled mail send by default because mails got too big for indivia's smtp
|
||||
|
||||
if [ "$1" == "help" -o "$1" == "-h" -o "$1" == "--help" ]; then
|
||||
echo "backup.bash [mail|testmail|help/--help/-h]"
|
||||
|
|
Loading…
Reference in a new issue