Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File backup not working on webserver #40

Closed
kay899 opened this issue Jun 6, 2015 · 5 comments
Closed

File backup not working on webserver #40

kay899 opened this issue Jun 6, 2015 · 5 comments

Comments

@kay899
Copy link

kay899 commented Jun 6, 2015

I try to use this package. Locally (with XAMPP) file and db backup is working.

On my webserver (Digital Ocean with Forge) only db backup is working.

Here is my config file:

http://laravel.io/bin/QNNeV

I have no idea why file backup is not working.

Thanks, kay899

@freekmurze
Copy link
Member

If you remove base_path() from your exclusions then base_path('public/images_static') will be included in your backup.

@kay899
Copy link
Author

kay899 commented Jun 6, 2015

it's working, thanks
Can you explain me why my old version is working on my local machine, but not on webserver?
I just want to know why it's like this.

@freekmurze
Copy link
Member

I'm assuming that on your local machine you hadn't put base_path()in the exclusing list in the config file.

@kay899
Copy link
Author

kay899 commented Jun 6, 2015

It was exactly the same configuration.
That was why I was so confused.

@freekmurze
Copy link
Member

That is very strange indeed. Could you make sure you are using the same config and the files in the included and excluded directories are the same.

If you still see strange results, let me know which files are present in the backup that should not be there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants