GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
Pretty sure the way this currently works is that when the first account is done, it is queued up for remote transport, but then the backup process moves on to the next account, so depending on the ...
-
Your test was likely an inbound test which would in fact pass as providers block it outgoing only. Glad its resolved.
-
By that I assume you mean in your firewall? What happens with this command: telnet aspmx.l.google.com 25
-
If it really is a timeout issue, it is likely your provider is blocking outgoing traffic on port 25. In cases like this you need to use a smarthost like sendrgrid to send emails.
-
You can set the retention locally to what you want for remote and then use a find command with the mtime option as a cron to delete them locally. This only works for compressed backups though not ...
-
Remote storage follows the same retention as local storage.
-
Don't delete it but you can put whatever you want in the file. I suggest putting your directives above the cpanel generated ones.
-
People who get servers from us can change whatever they wish. We do ask to be kept apprised of hostname changes just for our record keeping.
-
Did the perl* get put back in the exclude line? If its still there you might try this -remove the perl* from the exclude line from /etc/yum.conf -run a "yum update" on the machine as there are ma...
-
The transfer tool makes a mysql dump file of the database and then runs that SQL file on the destination database so whatever conversions take place happen during the restore itself. I do not norm...