-
-
Notifications
You must be signed in to change notification settings - Fork 21
error using laravel-webdav(NextCloud) with spatie/backup #10
Comments
Which version of |
Hello, in my composer.json: |
Might this be related to #9? |
For me (I reported #9) backup works fine. Using v6.14 of spatie/backup. What does your backup config look like?
|
Hello, my backup config bellow.
And in the filesystem config, if I put the first driver work, and the second doesn't work,
|
Hello, But, without slash at the end, nothing works. It is very rare that when doing a backup you get this output: the backup has not been copied. |
Hello, referencing #11, this is my new filesystem config, but i continue with the error
And I updated
|
could you try recreating the config file? |
Hello, |
Solved. And then, put the authentication/encoding you need
|
Hello,
I'm using spatie/laravel-backup to do backups to a Nextcloud drive (webdav)
'backups' => [
'driver' => 'webdav',
'baseUri' => 'https://nextcloud.com//remote.php/dav/files/user/',
'userName' => 'user',
'password' => '******',
'pathPrefix' => '', // optional
],
The driver works fine. 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"
Can you help me?
Thanks in advance
The text was updated successfully, but these errors were encountered: