Skip to content
View kylegarcher's full-sized avatar
Block or Report

Block or report kylegarcher

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. borgmatic-sync borgmatic-sync Public

    A tool combining Borgmatic and Rclone to upload the Borg repository to a remote destination

    Shell 1

  2. Warn if rclone remote destination be... Warn if rclone remote destination becomes too large
    1
    #!/bin/sh
    2
    
    
    3
    CLOUDDEST="<remote destination>:/"
    4
    RCLONE_WARNING_SIZE_GB=500 # Replace as desired
    5
    RCLONE_ALERT_SIZE_GB=1000  # Replace as desired