Usage
Options
string
path to source of object to copy
string
default:"/workspace"
path to target of copy operation
string
id of the instance
string
id of cloud connection on your account (get from calling ‘vastai show connections’)
string
default:"Instance to Cloud"
type of transfer, possible options include Instance To Cloud and Cloud To Instance
boolean
show what would have been transferred
boolean
skip based on size only, not mod-time or checksum
boolean
skip all files that exist on destination
boolean
skip files that are newer on the destination
boolean
delete files on dest excluded from transfer
string
try to schedule a command to run hourly, daily, or weekly. Valid values are HOURLY, DAILY, WEEKLY For ex. —schedule DAILY
Allowed values: HOURLY, DAILY, WEEKLY
string
default:"2026-09-09"
Start date/time in format ‘YYYY-MM-DD HH:MM:SS PM’ (UTC). Default is now. (optional)
string
End date/time in format ‘YYYY-MM-DD HH:MM:SS PM’ (UTC). Default is contract’s end. (optional)
parse_day_cron_style
Day of week you want scheduled job to run on (0-6, where 0=Sunday) or ”*”. Default will be 0. For ex. —day 0
parse_hour_cron_style
Hour of day you want scheduled job to run on (0-23) or ”*” (UTC). Default will be 0. For ex. —hour 16