Replies: 1 comment 1 reply
-
Yup. That'd would be neat! I'll tell you my story... while working with Local vs Cloud and free Cloud storage. Local vs CloudHaven't come around to decide which Storage cloud server to best use to buy. So for now I trust the NAS Server and my backups to local disks... etc. It's still the cheaper option per Terabyte.
Cloud (free services)
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It occurred to me today as I was thinking about a better way to backup my own Photos library that it would be possible, with relatively minor changes, to create a plugin for osxphotos that exports directly to S3, backblaze, or other cloud providers. That is, osxphotos would directly upload to the cloud instead of exporting to the local file system. Most of the functions today reside in the FileUtil class in osxphotos/fileutil.py which is how osxphotos supports
--dry-run
mode. There are a couple other methods that would need to be added to FileUtil but then one could conceivably subclass FileUtil with a version that uses S3 or some other cloud storage provider.I wonder if others would be interested in such a feature?
Beta Was this translation helpful? Give feedback.
All reactions