0

im backing up my prestashop hosting with lftp (I havent got ssh/rsync access)

lftp -e "set ftp:ssl-allow off; mirror --only-missing --only-newer public_html /var/www/example.com " -u p,w ftp.example.com

can i omit all the cache folders from the backup?

Cœur
  • 37,241
  • 25
  • 195
  • 267
user358360
  • 199
  • 1
  • 1
  • 11
  • Googling `lftp omit folder` seems to yield good results, are they not helpful? – Pekka Nov 29 '15 at 12:46
  • yes - lftp will do it Does it screw up anything by not backing up the cache directory - either for when im trying new stuff on my non-production server or if disaster befalls and I need to restore everything . – user358360 Nov 29 '15 at 15:14

0 Answers0