Backup Mac Photos To Dropbox



Backup Mac Photos To Dropbox

Select Dropbox in one panel and Mac in another, all files will be shown on the corresponding block. No matter you need to back up photos from Mac to Dropbox or download Dropbox images to Mac, you can simply click the target file and hit the 'Copy' button at the bottom-middle to finish it. Go to & sign in to your account. Select the photos which you want to download. Click 'Download' button located at the top of the window. Your browser prompts you to save.zip file, then click 'Save' and specify a location to download. I use iPhoto 11, and I'd like to backup the library, along with all the photos. I'd ideally like a continuous backup, by putting the iPhoto Library.photolibrary file / package in Dropbox. But I'm concerned that Dropbox may not preserve everything HFS+ provides, such as: Symlinks, hard links and aliases. Resource forks and extended attributes. However, in Photos, you should be able to export the album, or the photos out of that app into the Dropbox folder. This will copy the photos, not just move them, so you will be duplicating the space used on your Mac the more photos you copy over. Hope this clarifies matters!

The Dropbox mobile app allows you to create and upload files directly to your Dropbox account from your phone or tablet. Uploaded files sync with Dropbox on your computer and all your other connected devices.

How to upload photos and videos

If you don't have camera uploads enabled, you can manually add photos to your Dropbox account. To do so:

Mac
  1. Open the Dropbox mobile app.
  2. Open the Dropbox folder where you'd like to store your photos.
  3. Tap the '+' (plus sign) at the bottom of your screen.
  4. Choose Upload Photos.
  5. Tap the photos you would like to upload.
  6. Tap the folder icon (Android) or Next (iOS), and select where you'd like the files to be added.
  7. Tap Set location.
  8. Tap Upload.

Note: The Dropbox app for Windows devices does not currently support video uploads. This is due to operating system limitations.

How to upload audio files

iOS users can record audio using the Dropbox mobile app and save directly to their Dropbox account. To do so:

  1. Open the Dropbox app.
  2. Tap the + (plus) icon at the bottom of your screen.
  3. Tap Record Audio.
  4. Tap the red circle to begin recording and the red square to stop recording.
  5. Select the Dropbox folder where you'd like to store your audio file.
  6. Tap Upload.

Note: The Dropbox mobile app for Windows 10 in S mode or Android devices do not currently support audio capture.

How to upload other types of files

  1. Open the Dropbox mobile app.
  2. Open the Dropbox folder where you'd like to store your files.
  3. Tap the '+' (plus sign) at the bottom of your screen.
  4. Tap Upload files (Android) or Create or Upload File (iPhone/iPad).
  5. Tap Upload (Android) or Upload File (iPhone/iPad).

You can also choose to create content using Microsoft Office applications.

If your device has an SD card, you can upload files to Dropbox from there. To do so:

  1. Open the Dropbox mobile app.
  2. Open the Dropbox folder where you'd like to store your photos.
  3. Tap the '+' (plus sign) at the bottom of your screen.
  4. Select Upload files.
  5. Navigate to your SD card, and tap the files you'd like to upload.
  6. Tap Upload (or Open on some devices).

Note: If you can't view your SD card when browsing for files to upload, verify that Show advanced devices is checked by tapping the menu button at the top of the screen and looking under Settings.

iPhone/iPad users can also upload other types of files using either of the following:

  • The iPhone/iPad Open In menu wherever it appears in other apps
  • App Extensions on iOS 8 and later

Using Dropbox For Backups

11

Don’t store your photo library on Dropbox

I see a lot of users of both PowerPhotos and iPhoto Library Manager who want to store their iPhoto/Photos library in Dropbox. This is totally understandable, as it would provide an easy way to keep your library synced between two Macs, and would be totally awesome… if it worked reliably. Unfortunately, the way the library is stored internally does not mesh well with how Dropbox’s syncing works, and can easily result in data corruption. Here’s how that can happen.

Photos uses a series of SQLite database files to store the data for the library. This includes thing like lists of all the photos in the library, all the metadata for those photos, how they’re organized into moments and albums, and so forth. Each SQLite database is essentially a single file (though a couple helper files are also used while the database is open) which contains however many hundreds or thousands of database records are required to store all the information for the library.

When you make a change in your library, such as creating a new album, Photos will modify the database with the new data necessary for whatever changes you made. SQLite makes this process very efficient, only needing to modify a small portion of the file to add/modify the necessary data, rather than having to write out an entirely new copy of the database file for each individual change.

How to backup mac photos

Dropbox, on the other hand, performs all of its syncing on a per-file basis. So, when Photos make a small modification to one of its database files, Dropbox will copy the entire data file again. Here’s an easy way to demonstrate how this can cause data loss in your library, using two Macs, which we’ll call Mac A and Mac B. (everything here applies to iPhoto and Aperture libraries as well)

Can I Backup My Mac To Dropbox

  1. On Mac A, create a new Photos library in your Dropbox folder, either by holding down the option key while launching Photos, or by using PowerPhotos to create the library.
  2. Import a bunch of photos into the library, just to give us a bit of content to work with.
  3. On Mac B, you should see the library appear in its Dropbox folder as Dropbox starts syncing the data across. Wait until the checkmark by the library turns green, indicating that Dropbox has finished syncing.
  4. Double click the library on Mac B to open it in Photos, which it will do happily, even though the library is still open on Mac A. You should see the same content you added to the library on Mac A.
  5. Create a new album in the library on Mac B, and name it “Album B”. Add a couple photos to it if you’d like.
  6. Over on Mac A, create an album in the library called “Album A”. Add a couple photos to it if you’d like.
  7. Quit Photos on both Macs, in any order. You should see a flurry of Dropbox syncing activity on both machines, which will eventually settle down as Dropbox finishes its syncing.
  8. Open the library back up on Mac A, and open the library back up on Mac B.

How Do I Back Up My Mac Photos To Dropbox

You will most likely see either Album A show up on both machines, or Album B show up on both machines, but not both. This is because, while both Macs have modified their own local copy of the library database, Dropbox does not have the smarts to merge the bits of those files that have changed together (nor should it). One of the databases will overwrite the other one, blowing away whatever changes were made there. Which one survives and which one doesn’t will depend entirely on the timing of Dropbox’s syncing.

If you’re less lucky, one or both of the libraries won’t be openable in Photos at all, which will display a message saying that it needs to repair the library database. Even if it successfully completes the repair, you will either only see one of your new albums in the resulting library, or perhaps neither of them.

Now, it is theoretically possible to make a setup like this work, if you make sure not to open both libraries at once, and always remember to close Photos on one machine before using it on the other, and always remember to wait for Dropbox to completely finish syncing your files before opening the library, and Dropbox never has a hiccup or delay in copying one of those database files, and so on. Oh, and if you decide to use this library as your system and/or iCloud photo library, meaning the system always has the library open in the background? Fugetaboutit.

Backup Mac Photos To Dropbox Backup

This is actually more dangerous than an obvious immediate failure, because doing this can actually work OK, for a while at least. But you’re definitely playing with fire if you use this to sync your library on a long term basis.

Dropbox Backup Photos

Apple could try to add some sort of lock file that might prevent simultaneous opening of a library on two machines, but that would still leave plenty of room for syncing to screw things up, along with other various downsides. In my opinion, they should just disallow Photos from directly opening a library from Dropbox at all (filed with Apple as bug 20902778. They actually already disallow creating or opening a Photos library that’s stored on iCloud Drive, presumably for similar reasons (though the resulting error message isn’t exactly user friendly). I’m also planning on adding checks for this in the next updates to iPhoto Library Manager and PowerPhotos, to at least warn people about putting a library in Dropbox.