Skip to content
Snippets Groups Projects
Commit 06029164 authored by Axel Hahn's avatar Axel Hahn
Browse files

remove 10_ensure_repo_v2.sh

parent 3285a47a
No related branches found
No related tags found
1 merge request!89remove 10_ensure_repo_v2.sh
#!/bin/bash
echo -n "UPGRADE: REPO ... "
if eval restic migrate $ARGS_DEFAULT | grep upgrade_repo_v2; then
echo "need to update to v2"
eval restic migrate upgrade_repo_v2
else
echo "up to date"
fi
sleep 3
# sleep 100
# exit
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment