xiaomlove / nexusphp

A private tracker application base on NexusPHP
https://nexusphp.org
GNU General Public License v2.0
873 stars 178 forks source link

[QUESTION] ftp backup #82

Closed ghost closed 1 year ago

ghost commented 2 years ago

hello xiamlove, I'm trying to configure the backup via ftp, but it performs the backup and does not send it to ftp. What can I do?

xiaomlove commented 2 years ago

see the log first.

ghost commented 2 years ago

dont have info, i test conection with ftp in website helper, backup has been gerate but no have info in console (with php artisan backup:all) about ftp

xiaomlove commented 2 years ago

The nexusphp logs are located in the /tmp directory by default

xiaomlove commented 2 years ago

You should run:

php artisan backup:cronjob --force=1
xiaomlove commented 2 years ago

Do you have any more questions?