View Single Post
Posts: 466 | Thanked: 335 times | Joined on Jan 2010 @ Vienna, Austria
#36
Originally Posted by beidl View Post
Internally the app & daemon use qwebdav, and there is no simple and bullet proof way to find duplicates (for example, via file hashes) from arbirtrary locations via the webdav protocol.
It would just upload your local ~/Pictures directory to the remote /Jolla directory. In case a remote file has the same name/relative path locally we assume that it was uploaded by the backup daemon and don't overwrite it.
After all, you usually don't edit pictures on the phone, when you "edit" them via the Gallery app it creates a new file and thats it.
I already had a directory /Jolla in my Owncloud. The app created a directory /Camera under it, and proceeded to upload everything to /Jolla/Camera.
So that means that if a file with the same name is already present there, it won't be uploaded, but if e.g. I made subdirectories under /Jolla/Camera for each month and moved the photos in there, the daemon would assume that those files have not beem uploaded and do it again, yes?
This is an unsolved problem for me also with the Rsync approach, I believe it can't tell either if a file is present in a subdirectory of its target. However, I'd really like to organize those pictures - just having this loooooonnnnnngggggggg, ever growing list is really stupid...

Originally Posted by beidl View Post
1) Already changeable from within the application settings
2) Already the case, upload only happens via WIFI
3) I could add UI to the settings for that, it certainly is easy to add.
I actually would like to be able to upload over mobile data connection as well. Also customizing the upload dir, pleeze!

Last edited by bennypr0fane; 2015-02-23 at 18:22.