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

Silent collection status

parent 1283f144
Branches detached
No related tags found
No related merge requests found
...@@ -6,4 +6,4 @@ if [ ! -z "$1" ]; then ...@@ -6,4 +6,4 @@ if [ ! -z "$1" ]; then
fi fi
source $DIR/inc.sh source $DIR/inc.sh
collection_state collection_state -v 0
...@@ -79,5 +79,5 @@ delete_old_backups(){ ...@@ -79,5 +79,5 @@ delete_old_backups(){
collection_state(){ collection_state(){
echo "Backups state" echo "Backups state"
run_duplicity collection-status run_duplicity collection-status $@
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment