Running a backup on Nextcloud (webdav) produce an error Copying zip... "necessary data rewind wasn't possible" #1160
Unanswered
aguilerajl
asked this question in
Q&A
Replies: 1 comment
-
Solved. And then, put the authentication/encoding you need 'backups' => [ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using https://github.com/protonemedia/laravel-webdav and I defined the following drive in config\filesystem.php
'backups' => [
'driver' => 'webdav',
'baseUri' => 'https://remote.php/dav/files/^^^^/',
'userName' => '',
'password' => '******',
'pathPrefix' => '', // optional
],
The driver works fine (It is a Nextcloud drive). I can use laravel tinker and put or get any file. But running "php artisan backup:run" produce an error BackupDestination.php(88):
"necessary data rewind wasn't possible"
Note: If I configure driver as local, all works fine, so I think config\backup.php is well defined.
Can you help me?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions