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

rename hooks

parent cd7ca200
Branches
No related tags found
1 merge request!885814 migrate repo to v2 - rename hooks
Showing
with 13 additions and 0 deletions
#!/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