I run a phpBB board, and only recently discovered that my lftp backups were not getting all the pictures stored in /files, because my ISP limits directory listings to 8K.
I can't run rsync, because it requires ssh, and my account does not make provision for this.
I can cron a job to nightly gzip the directory, and lftp will back it up; but that's akin to doing a full backup, when all I really want to do is capture the increment.
I don't have command line access, so I can't temporarily adjust the ftp limits.
Does anyone have any other ideas?
adTHANKSvance
Dan
I can't run rsync, because it requires ssh, and my account does not make provision for this.
I can cron a job to nightly gzip the directory, and lftp will back it up; but that's akin to doing a full backup, when all I really want to do is capture the increment.
I don't have command line access, so I can't temporarily adjust the ftp limits.
Does anyone have any other ideas?
adTHANKSvance
Dan