John Patrick Hayden III

Results 33 comments of John Patrick Hayden III

> > Perhaps cutting out the temp directory portion and just straight appending each file/dir directly to the backup tar file would help with the size issues. > > Yes...

> I don't have a good solution for remote backups which is why I haven't done anything with it yet. The one option that seems do-able is to write a...

> I wonder this check is just "Incorrect" in your case I'll do some more digging. According to the way the script is written and what is reported in my...

> The other possibility I've tossed around is making the daily/weekly/monthly backups apply only to local backup storage, and exclude daily/weekly/monthly options for remote backup storage altogether. This would also...

> I personally would prefer to have only the last few daily backups then monthly backups stored on the local server. Changes that you need a monthly backup are way...

I see where you're going with that. Probably better than separate directories for daily/weekly/monthly. Changing the backup rotation type for new/existing backups would be as simple as changing the ROTATION...

I took a look at the code handling exclusions (Output.php, currently around line 200). In order to accomplish the task - "exclude if child elements have ANY value", I'd have...

Additional info on use-case: I know I'm using Kirki in a non-standard/non-traditional way, but the application of it isn't so unusual. Remember the MySpace days where a default style was...

I haven't found a solution yet, but I found the source of the problem. It's on (currently line 94): `$sql = str_replace("$wpdb->posts.* FROM $wpdb->posts", 'tables.* FROM ( ' . implode("...

Got it working with preg_replace and it was actually pretty easy. Not sure why I kept hitting dead ends before. I'm going to fork this and submit a pull request....