James Tufarelli

Results 31 comments of James Tufarelli

> I was able to get rsync to exclude the directories I wanted Awesome, glad it's working for you! Since you also exec-ed into Nautical and ran the `rsync` command...

Hey @khallingstad, so all is working now? Is there anything I need to fix?

Hey, just taking a look at this now. * Are you trying to use the `nautical-backup.group` label to have the `wordpress-blog` and `wordpress-db` stopped, backed up, and then started at...

Gotcha, I'm guessing the `nautical-backup.group` would work, but the containers are getting skipped because of a name mismatch. * The container `wordpress-db` has a folder named `db` so Nautical is...

Hey @mixpc, thanks for testing this out. For both options 1 and 2, did you mount the directories inside the Nautical contianer too? ```yaml # docker-compose.yml for nautical backup version:...

Ohhh, I think I get it, its because you have `wordpress-blog` and `wordpress-db` nested inside the `wordpress` folder. Can you move them up to the root of the `/home/user/docker` folder...

Hi there @mixpc , Have you been able to test this out?

Hey @vg8020 Glad it's working!! And I just pushed out an [update](https://github.com/Minituff/nautical-backup/releases/tag/v2.4.1) for you that will enable this feature. What you'll need to do is use the Overrides and append...

I like this idea. I do already have [Lifecycle Hooks](https://minituff.github.io/nautical-backup/labels/#lifecycle-hooks) added which seem to do *most* of what you are looking for However, it is missing the following features: -...

Got it. I see what you mean. You may be able to get away with these [webhooks](https://minituff.github.io/nautical-backup/arguments/#curl-requests) since they run before or after all the containers are backed up. In...