Skip to content

Instantly share code, notes, and snippets.

@Bouhnosaure
Created July 13, 2015 15:55
Show Gist options
  • Save Bouhnosaure/64f90656f17bdca82656 to your computer and use it in GitHub Desktop.
Save Bouhnosaure/64f90656f17bdca82656 to your computer and use it in GitHub Desktop.
#!/bin/bash
lftp ftp://user:[email protected] -e "set ftp:ssl-allow no; mirror -R /var/backup /backup ; quit"
# pour voir le dossier
# lftp ftp://user:[email protected] -e "set ftp:ssl-allow no;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment