danpros.com

ftp

All posts tagged ftp by danpros.com
  • Posted on
    Featured Image
    RAID is not a backup. RAID arrays can fail just like single drives, RAID is designed for fault tolerance NOT backups. I wrote this script to backup MySQL databases and than upload it to FTP server using cURL. Create db-backup.sh and make it executable: vi /root/db-backup.sh chmod +x
  • Posted on
    Featured Image
    Sometimes we need to mounting FTP server as folder on Linux and than auto mount it across reboot. This example is for CentOS 6. # Installing the CurlFtpFS package (need EPEL repo): yum install curlftpfs A few CurlFtpFS command. # $ftphost = The FTP host # $mount = Mounted to folder # $user = FTP