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

    Interface RsyncTaskEntryInput

    interface RsyncTaskEntryInput {
        archive?: boolean;
        compress?: boolean;
        dataset: string | null;
        delayupdates?: boolean;
        delete?: boolean;
        desc?: string;
        direction?: v25_10_0.RsyncTaskCreateDirectionInput;
        enabled?: boolean;
        extra?: string[];
        id: number;
        job: { [k: string]: unknown } | null;
        locked: boolean;
        mode?: v25_10_0.RsyncTaskCreateModeInput;
        path: string;
        preserveattr?: boolean;
        preserveperm?: boolean;
        quiet?: boolean;
        recursive?: boolean;
        relative_path: string | null;
        remotehost?: string | null;
        remotemodule?: string | null;
        remotepath?: string;
        remoteport?: number | null;
        schedule?: v25_10_0.RsyncTaskSchedule;
        ssh_credentials?: v25_10_0.KeychainCredentialEntryInput | null;
        times?: boolean;
        user: string;
    }
    Index
    archive?: boolean
    compress?: boolean
    dataset: string | null
    delayupdates?: boolean
    delete?: boolean
    desc?: string
    enabled?: boolean
    extra?: string[]
    id: number
    job: { [k: string]: unknown } | null
    locked: boolean
    path: string
    preserveattr?: boolean
    preserveperm?: boolean
    quiet?: boolean
    recursive?: boolean
    relative_path: string | null
    remotehost?: string | null
    remotemodule?: string | null
    remotepath?: string
    remoteport?: number | null
    ssh_credentials?: v25_10_0.KeychainCredentialEntryInput | null
    times?: boolean
    user: string