You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of use cases is to save phone storage space by uploading media to personal WebDAV server and delete it locally after. But application syncronize deletion too. It makes app useless for such use case.
The text was updated successfully, but these errors were encountered:
the behavior you're looking for is included with official nextcloud app: it will upload files and not sync them.
You can also achieve similar results with this:
On your webdav server, create a /phone folder, and configure easysync to sync with that folder
On your webdav server, create an /archive folder
From time to time, on your webdav server, move files from /phone to /archive: this will delete files from your phone, free up some space, while keeping files on your webdav server.
Note that archive folder must not be a subfolder of phone or this won't work...
One of use cases is to save phone storage space by uploading media to personal WebDAV server and delete it locally after. But application syncronize deletion too. It makes app useless for such use case.
The text was updated successfully, but these errors were encountered: