Hello, I'd like to implement a pull based backup, and am looking if this can be archived with this.
Basically the command I'd like to run periodically is:
export RESTIC_REST_USERNAME="..."
export RESTIC_REST_PASSWORD="..."
restic -r ./repo copy --from-repo rest:https://${RESTIC_HOST}
Hello, I'd like to implement a pull based backup, and am looking if this can be archived with this.
Basically the command I'd like to run periodically is: