update restic script
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
dest: /home/restic/restic.sh
|
||||
content: |
|
||||
#!/bin/bash
|
||||
|
||||
cd /home/restic/
|
||||
# Check if a flag was passed
|
||||
if [[ "$#" -lt 2 ]]; then
|
||||
echo "Usage: $0 [--backup] [--forget] [--check] [--init] dirtobackup"
|
||||
|
||||
Reference in New Issue
Block a user