offload

Reduce storage utilization.

Offload synchronized files to remote storage. Keep archive files in the cloud and off local storage. You can offload on-demand or use the schedule command to automatically offload. You can also use the pending command to see and download offloaded files.

Usage: sync offload [--age=] [--inactive=] [--recursive]

Offload files or folders on-demand.

Parameters:

  • path: The file or folder to offload.
  • days-old: Optional flag to filter offload by days since last modified.
  • days-inactive: Optional flag to filter offload by days since the last sync update.
  • recursive: Optional flag to offload subfolders.

Example:

Offload archive files older than one year and synchronized at least one week ago.

sync> offload /Users/joe/archive --age=365 --inactive=7 --recursive
sync>