status

See path status.

Usage: sync status --badge

Show the status and metadata of a file or folder.

Sync:

  • "ok"
  • "failed_upload"
  • "failed_download"
  • "failed_conflict"
  • "excluded_upload"
  • "excluded_download"
  • "excluded_conflict"
  • "ignored_upload"
  • "ignored_download"
  • "ignored_conflict"
  • None

Badge:

  • "ok"
  • "sync"
  • "error"
  • "active"
  • None

Progress:

  • size: Cumulative file size.
  • transferred: Size already transferred.
  • progress: Percentage of size already transferred.

Parameters:

  • path: Synchronized path
  • --badge: Print just the badge status.

Example:

Print full status.

sync> status /Users/joe/docs/Analysis.pdf
Sync: ok
Badge: ok
Progress: None

/Users/joe/docs/Analysis.pdf
Name: Analysis.pdf
Size: 2732708
Type: file
Modified: 2017 Sep 27 18:47

/dropbox/mydropbox/Analysis.pdf
Name: Analysis.pdf
Size: 2732708
Type: file
Modified: 2017 Sep 27 18:47
Source: dropbox
Read Only: False

Print just the file badge status.

sync> status /Users/joe/docs/Analysis.pdf --badge
active
sync>