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

    Interface CloudSyncUpdate

    interface CloudSyncUpdate {
        args?: string;
        attributes?: v25_10_0.CloudTaskAttributesInput;
        bwlimit?: v25_10_0.CloudSyncBwlimit[];
        create_empty_src_dirs?: boolean;
        credentials?: number;
        direction?: v25_10_0.CloudSyncCreateDirectionInput;
        enabled?: boolean;
        encryption?: boolean;
        encryption_password?: string;
        encryption_salt?: string;
        exclude?: string[];
        filename_encryption?: boolean;
        follow_symlinks?: boolean;
        include?: string[];
        path?: string;
        post_script?: string;
        pre_script?: string;
        schedule?: v25_10_0.CloudCron;
        snapshot?: boolean;
        transfer_mode?: "SYNC" | "COPY" | "MOVE";
        transfers?: number | null;
    }
    Index
    args?: string
    create_empty_src_dirs?: boolean
    credentials?: number
    enabled?: boolean
    encryption?: boolean
    encryption_password?: string
    encryption_salt?: string
    exclude?: string[]
    filename_encryption?: boolean
    follow_symlinks?: boolean
    include?: string[]
    path?: string

    Optionalpost_script

    post_script?: string
    pre_script?: string
    schedule?: v25_10_0.CloudCron
    snapshot?: boolean
    transfer_mode?: "SYNC" | "COPY" | "MOVE"
    transfers?: number | null