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

    Interface RsyncTaskUpdate

    interface RsyncTaskUpdate {
        archive?: boolean;
        compress?: boolean;
        delayupdates?: boolean;
        delete?: boolean;
        desc?: string;
        direction?: v25_10_0.RsyncTaskCreateDirectionInput;
        enabled?: boolean;
        extra?: string[];
        mode?: v25_10_0.RsyncTaskCreateModeInput;
        path?: string;
        preserveattr?: boolean;
        preserveperm?: boolean;
        quiet?: boolean;
        recursive?: boolean;
        remotehost?: string | null;
        remotemodule?: string | null;
        remotepath?: string;
        remoteport?: number | null;
        schedule?: v25_10_0.RsyncTaskSchedule;
        ssh_credentials?: number | null;
        ssh_keyscan?: boolean;
        times?: boolean;
        user?: string;
        validate_rpath?: boolean;
    }
    Index
    archive?: boolean
    compress?: boolean
    delayupdates?: boolean
    delete?: boolean
    desc?: string
    enabled?: boolean
    extra?: string[]
    path?: string
    preserveattr?: boolean
    preserveperm?: boolean
    quiet?: boolean
    recursive?: boolean
    remotehost?: string | null
    remotemodule?: string | null
    remotepath?: string
    remoteport?: number | null
    ssh_credentials?: number | null
    ssh_keyscan?: boolean
    times?: boolean
    user?: string
    validate_rpath?: boolean