I am trying out iCloud Drive as a potential replacement for Dropbox. One of the nice things about Dropbox is that it produces little green checkmarks on file and folder icons to let the user know that a file or folder has been synced with the Dropbox server:
When I copied several gigabytes of files to my new iCloud Drive folder, there was no indication that files were syncing nor was there any indication of what was and wasn't synced. I did manage to login to my account on iCloud.com where I saw files being added. This solution however is no where near as convenient as seeing the status in Finder. It also does not let me know if an updated existing file has been updated on the server.
My question therefore is, how can I tell if a file has been synced using Finder or any other tool on my computer?
(~/)Library/Mobile\ Documents/com~apple~CloudDocs/
in terminal and see its contents. – Sneakyness Oct 26 '14 at 14:19cd ~/Library
and thencd Mobile\ Documents
and thencd com~apple~CloudDocs
that way you can know if you aren't escaping the space on "Mobile Documents" or your ~ expansion is wrong, etc... – bmike Oct 26 '14 at 15:06brctl log -w --shorten
on Catalina – intagli Feb 29 '20 at 17:00<private>
, regardless of sudo. – damd Jan 20 '23 at 23:46