Questions tagged [icloud]

8 questions
32
votes
2 answers

Is it possible to run iCloud Drive on Ubuntu?

I'm active Apple user, I have MacBook at home, but Linux PC on the work. One of most annoying thing for me is sync my personal data between home, work and mobile devices (like documents etc). At the moment my main cloud storage is iCloud (it is…
gephaest
  • 421
  • 1
  • 4
  • 4
8
votes
2 answers

How to use terminal to access iCloud Drive when Finder is not running

I would like to access iCloud drive from Terminal in order to create an emergency backup. Unfortunately, my installation of Mac OS Yosemite is not operational, so I am using recovery mode to create my backup. In this mode, the Finder is not…
Constantin
  • 201
  • 2
  • 4
3
votes
3 answers

iCloud calendar command line utility

Is there a CLI utility that allows one to sync up with their iCloud calendar (i.e., iPhone calendar on the cloud) to modify calendar events, etc.?
George
  • 1,799
  • 2
  • 25
  • 30
2
votes
0 answers

msmtp with iCloud account doesn't work

I'm very new to Linux (Raspbian at Raspberry Pi 4 Model B) and I just try to send an e-mail via command line. Right now, this is working with msmtp and a gmx.de account following this guide. apt-get update && apt-get upgrade -V apt-get install…
PascalS
  • 125
  • 5
2
votes
0 answers

iCloud stuff stops working while connected to OpenVPN

I have a fairly simple OpenVPN setup on an OpenVZ VPS with Ubuntu 11.10. Client is the Viscosity client on Mac OS X 10.8.2, and after some testing, we can rule out the client as being part of the problem. Everything has been working fine except for…
jrn75
  • 133
  • 1
  • 6
2
votes
1 answer

Is it possible to integrate Apple iCloud services (e.g. contacts, calendars) with Fedora 20?

I am a new laptop user after using an iMac desktop for about seven years. Over that time, I had become fairly reliant on Apple's services syncing between my iPhone and my iMac. Now that I'm on Fedora, I'm having to run two separate calendars and…
J.W.F.
  • 1,208
  • 3
  • 18
  • 31
0
votes
0 answers

scp file on iCloud Drive/Desktop to remote - OSX

I generally use the scp command to copy files between local and remote locations. I saved my current file on my Desktop but it seems to be stored in /iCloud \Drive/Desktop/file . When I try to scp this to remote using the command scp /iCloud…
sheth7
  • 191
  • 1
  • 6
0
votes
0 answers

Automated way to periodically move files of a specific file-extension to cloud folder (mounted as local directory)

I am currently working on a large project (Phd thesis) using git for version control. My source files are processed by latex which are just plain-text, naturally suited to version control. The images in the project are naturally binary files…