Task Configuration
Every task needs:- Name — A human-readable identifier
- Source Location — Where data comes from
- Destination Location — Where data goes
- Transfer Mode — How data is moved
Transfer Modes
Scheduling
Tasks can run on a schedule using cron expressions. For help with cron syntax, see crontab.guru:Dry Runs
Before running a task for real, use dry run to preview what would happen without actually transferring data.Monitoring Executions
Each task run creates an execution with:- Real-time log streaming
- Transfer statistics (bytes, files, errors)
- Downloadable logs for debugging