how to backup to a remote FTP server #1513
Unanswered
grinch-tcrc
asked this question in
General
Replies: 1 comment 1 reply
-
Why |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to store my backup file in multiple destinations, first one is my local system and the second is a remote server. The backup file is successfully stored to my local system but I am getting connection error storing backup file to the remote server. Basically spatie/laravel-backup is unable to connect to the remote ftp server even though the server credential and details are all correct. Can someone please help me understand what is going wrong here and how to fix it.
ERROR Message:
Copying zip failed because: Could not connect to host: BACKUP_FTP_HOST, port:FTP_PORT.
using spatie/laravelbackup version 7.8.0.
config/filesystem.php
and included the diver in config/backup.php
Beta Was this translation helpful? Give feedback.
All reactions