save
This commit is contained in:
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user