yefersoncm
Cadet
- Joined
- Dec 28, 2018
- Messages
- 7
Hi I'm new in this world of Nas, so apologize if this is not the right topic.
I have a server with CentOS and I am creating a backup of my postgres database periodically and I just need to upload the copy to my NAS using ftp protocol but I am unable to connect, I already activate the service on the nas but nothing
This is the code I am using
lftp -u 'user','password' -e "cd /copiaDB/;mput /copias/copia_db.tar.gz; quit" 192.168.0.253
Please if is there something wrong please let me know I am desperate :(
Thanks in advance
I have a server with CentOS and I am creating a backup of my postgres database periodically and I just need to upload the copy to my NAS using ftp protocol but I am unable to connect, I already activate the service on the nas but nothing
This is the code I am using
lftp -u 'user','password' -e "cd /copiaDB/;mput /copias/copia_db.tar.gz; quit" 192.168.0.253
Please if is there something wrong please let me know I am desperate :(
Thanks in advance