WebDAV keep the files offline Windows 10

I have a laptop and i’m using the WebDAV feature to have Nextcloud as a network disk on Windows 10 Pro. I want to keep the files so I could reach them offline, but when I connect to the internet, it will synchronize to the server.

Use the nextcloud client :wink:

webDAV is pretty much online… client is the way!

1 Like

Combine with rsync. Or Can you combine with the integrated Windows Backup? Never tried.

but use it with care!

And nc 9 :wink:
So it doesnt matter.

That would be nice!
:wink:

Did you run the zero-byte-file-finder command on your NC server?

find $nextcloud_data_dir -size 0 -type f

:/var/www# find nextcloud/ -size 0 -type f
nextcloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/TestData/FileBody.txt
nextcloud/3rdparty/guzzle/guzzle/docs/_templates/leftbar.html
nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/README.markdown
nextcloud/apps/bookmarks/l10n/.gitkeep
nextcloud/apps/federation/l10n/.gitkeep
nextcloud/apps/files_trashbin/l10n/.gitkeep
nextcloud/apps/workflowengine/l10n/.gitkeep
nextcloud/apps/files_sharing/l10n/.gitkeep
nextcloud/apps/files_external/l10n/.gitkeep
nextcloud/apps/sharebymail/l10n/.gitkeep
nextcloud/apps/updatenotification/l10n/.gitkeep
nextcloud/apps/contacts/l10n/no-php
nextcloud/apps/contacts/l10n/.gitkeep
nextcloud/apps/files_versions/l10n/.gitkeep
nextcloud/apps/systemtags/l10n/.gitkeep
nextcloud/apps/calendar/l10n/no-php
nextcloud/apps/calendar/l10n/.gitkeep
nextcloud/apps/oauth2/l10n/.gitkeep
nextcloud/apps/dav/l10n/.gitkeep
nextcloud/apps/firstrunwizard/l10n/.gitignore
nextcloud/apps/comments/l10n/.gitkeep
nextcloud/apps/activity/l10n/no-php
nextcloud/apps/activity/l10n/.gitkeep
nextcloud/apps/files_snapshots/l10n/.gitkeep
nextcloud/apps/files_external_dropbox/l10n/.gitkeep
nextcloud/apps/external/l10n/.gitkeep
nextcloud/apps/user_ldap/l10n/.gitkeep
nextcloud/apps/gallery/l10n/no-php
nextcloud/apps/gallery/build/documentation/reports/index.html
nextcloud/apps/gallery/build/documentation/reports/code coverage/index.html
nextcloud/apps/encryption/l10n/.gitkeep
nextcloud/apps/federatedfilesharing/l10n/.gitkeep
nextcloud/apps/theming/l10n/.gitkeep
nextcloud/apps/impersonate/css/settings-admin.css
nextcloud/apps/files_texteditor/l10n/.gitkeep
nextcloud/apps/twofactor_backupcodes/l10n/.gitkeep

How you see no problem :wink:

This is not the data dir.

It’s here:
grep datadirectory ~/config/config.php

Whats your problem now? I have no corrupt files and Win10 Client works fine for me :wink:

You can use odrive.
It allow yo to sync files to use them offline and sync when you delete or modify them.
You can use several cloud platforms and sftp/ftp/webdav accounts as well.

Windows WebDAV support has been awful for a while now, not that it was ever great. I’ve used vanilla WebDAV (not NextCloud or OwnCloud) and still had plenty of issues.

Stick with the client.