Skip to content
Snippets Groups Projects
Commit 9d10b2f9 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'remove-migration-hook' into 'master'

remove 10_ensure_repo_v2.sh

See merge request !89
parents 3285a47a 06029164
Branches
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