save
parent
2cde5fbb38
commit
370a033a62
1
sync.sh
1
sync.sh
|
|
@ -22,6 +22,7 @@ function main() {
|
||||||
clean ) clean_remote --prune "$@" ;;
|
clean ) clean_remote --prune "$@" ;;
|
||||||
backup ) backup "$@" ;;
|
backup ) backup "$@" ;;
|
||||||
restore ) restore "$@" ;;
|
restore ) restore "$@" ;;
|
||||||
|
forget ) fatal "Refusing custom forget" ;;
|
||||||
* ) RESTIC "$action" "$@" ;;
|
* ) RESTIC "$action" "$@" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue