enupal / backup

Fully integrated Backup solution for Craft CMS
https://enupal.com/craft-plugins/enupal-backup
Other
16 stars 3 forks source link

Assets with symlink don't backup to dropbox #37

Open incraigulous opened 3 years ago

incraigulous commented 3 years ago

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

  1. Set the asset folder to backup to dropbox including assets and database
  2. Put your uploaded_assets folder behind a symlink
  3. Schedule a backup

Additional info

incraigulous commented 3 years ago

@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.

andrelopez commented 2 years ago

Hi @incraigulous I was unable to recreate this issue, could you please let me know if you ended up solving this issue?