@truenas/api-client
    Preparing search index...

    Interface CloudBackupUpdate

    interface CloudBackupUpdate {
        args?: string;
        attributes?: v25_10_0.CloudTaskAttributesInput;
        cache_path?: string | null;
        credentials?: number;
        enabled?: boolean;
        exclude?: string[];
        include?: string[];
        keep_last?: number;
        password?: string;
        path?: string;
        post_script?: string;
        pre_script?: string;
        rate_limit?: number | null;
        schedule?: v25_10_0.CloudCron;
        snapshot?: boolean;
        transfer_setting?: "DEFAULT" | "PERFORMANCE" | "FAST_STORAGE";
    }
    Index
    args?: string
    cache_path?: string | null
    credentials?: number
    enabled?: boolean
    exclude?: string[]
    include?: string[]
    keep_last?: number
    password?: string
    path?: string

    Optionalpost_script

    post_script?: string
    pre_script?: string
    rate_limit?: number | null
    schedule?: v25_10_0.CloudCron
    snapshot?: boolean
    transfer_setting?: "DEFAULT" | "PERFORMANCE" | "FAST_STORAGE"