DanH42
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by DanH42-
It looks like a misconfigured firewall was blocking access to the data center's DHCP server. My guess is that's what was causing issues.
-
I'm not having the issue at the moment, but as I recall the problem IP does not show up in ifconfig. All the functioning addresses do. I'll double-check next time it happens and update this post.
-
Thanks, that looks useful. The changes I need to make will have to reference the name of the domain within themselves. Is there some variable I can use that would represent the current domain? Al...
-
Thanks for the clarification. With that in mind, I've gone ahead and created a feature request, so we'll see if that goes anywhere.
-
The feature request I submitted still shows as "On Moderation". I probably should have waited to link to it until it was approved; sorry about that.
-
Apparently I can't edit an old post, but for anyone else interested, here's a link to the feature request: [url=http://features.cpanel.net/responses/restore-from-remote-backups]Login Form | cPanel ...
-
As a quick workaround, I wrote the following script (which uses s3cmd mentioned above) to do restores from S3: #! /bin/bash backup_dir="/var/backups" # The directory cPanel puts backups in, witho...
-
[quote="benito, post: 1659221">Anyone knows a tool to retrieve all backup files from Amazon S3 to a new server using the console? Take a look at s3cmd. It's pre-packaged for most distributions. Fo...
-
Thanks for the link; it brings up some useful points I may not have considered. The whole "restore from remote destination" process screams "automatable", but that's starting to get out-of-scope f...
-
Does this mean that there's no way to restore a backup (of any type) from S3 through cPanel? That seems like such an obvious bit of functionality that I've been operating under the assumption that ...