Camera Backup Folder in Config File


Gemmers0n

Recommended Posts

I cant get sync to work with "Camera Backup" folders.

I want to sync an "Camera Backup" from an Android device to an Raspberrypi running raspbian using an config file.

Syncing the "Camera Backup" to an desktop pc with windows and without config-file works perfectly fine, also other "normal" folders on the raspberrypi are beeing synced perfectly even with the said Android device.

 

Here is my config, with changed values for posting:

 

{
  "device_name": "HOSTNAME",
  "use_upnp" : true,
  "download_limit" : 8000,
  "upload_limit" : 500,


  "shared_folders" :
  [

   {
      "secret" : "SECRET", // required field - use --generate-secret in command line to c$
      "dir" : "FOLDERPATH", // * required field
      "use_relay_server" : true, //  use relay server when direct connection fails
      "use_tracker" : true,
      "search_lan" : true,
      "use_sync_trash" : true, // enable SyncArchive to store files deleted on remote devices
      "overwrite_changes" : true // restore modified files to original version, ONLY for Read-Only folders
    }

....

 

what am i missing?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.