Skip to content
Snippets Groups Projects
Verified Commit 370d2507 authored by David Beniamine's avatar David Beniamine
Browse files

Fixup

parent 900e2095
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ if [ -z "$2" ]; then ...@@ -7,6 +7,7 @@ if [ -z "$2" ]; then
echo "restore_path : path to restore without leading slash" echo "restore_path : path to restore without leading slash"
echo "destination_path : path to download the file(s), duplicity will not override existing files" echo "destination_path : path to download the file(s), duplicity will not override existing files"
echo "timeago : optionnal : the age of the version we want to restore, for instance 6D for 6 days ago" echo "timeago : optionnal : the age of the version we want to restore, for instance 6D for 6 days ago"
exit 1
fi fi
if [ ! -z "$3" ]; then if [ ! -z "$3" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment