Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to disable sync of file/folder deletion #53

Open
YuukiHogo opened this issue Dec 25, 2024 · 1 comment
Open

Allow to disable sync of file/folder deletion #53

YuukiHogo opened this issue Dec 25, 2024 · 1 comment

Comments

@YuukiHogo
Copy link

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.

@phpbg
Copy link
Owner

phpbg commented Jan 2, 2025

Hi,

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:

  1. On your webdav server, create a /phone folder, and configure easysync to sync with that folder
  2. 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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants