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
The database export makes it to dropbox, but not asset files. Our userphotos (which is empty) is the only folder with a tar file that makes it to dropbox. It will say the backup is complete and does not report any errors. I've checked logs and can't find anything. The backup says it was successful.
Note: Our web/uploaded_assets folder is a symlink: uploaded_assets -> ../../../shared/web/uploaded_assets. I think it's possible the plugin isn't able to follow symlinks?
Steps to reproduce
Set the asset folder to backup to dropbox including assets and database
Put your uploaded_assets folder behind a symlink
Schedule a backup
Additional info
Craft version: Craft Pro 3.6.16
PHP version: 7.3.28
Database driver & version: MySQL 5.7.32
Plugin version: 1.5.0
The text was updated successfully, but these errors were encountered:
incraigulous
changed the title
Assets with symlink don't backup to dropbox.
Assets with symlink don't backup to dropbox
Jun 18, 2021
@andrelopez any advice here? I'm really not sure if it has to do with the symlink or not, but it only backs up our "user_photos" folder, even though we have all of our asset folders checked.
Description
The database export makes it to dropbox, but not asset files. Our userphotos (which is empty) is the only folder with a tar file that makes it to dropbox. It will say the backup is complete and does not report any errors. I've checked logs and can't find anything. The backup says it was successful.
Note: Our
web/uploaded_assets
folder is a symlink:uploaded_assets -> ../../../shared/web/uploaded_assets
. I think it's possible the plugin isn't able to follow symlinks?Steps to reproduce
uploaded_assets
folder behind a symlinkAdditional info
The text was updated successfully, but these errors were encountered: