Shane3673
- Total activity 123
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
Comments
Recent activity by Shane3673-
I got it to work by doing this: Adding this to Exim advanced editor: smtp_active_hostname = ${lookup{$interface_address}lsearch{/etc/domainips}{host.$value}{$primary_hostname}} Changing this i...
-
Just in case anyone is interested in how I finally got as close as I could. I have backups daily running on server 1. cron job on server 1 to transfer the backups daily 30 03 * * * rsync -v -r --...
-
Re: Rsync and Email I got it. I used a similar script that runs on the second server using chown to give ownership the the right account. Thanks for the help.
-
Re: Rsync and Email I am trying to do it on a regualar basis and it worked for a bit, but after adding domains that are more in use it started this. Currently for testing, I am not doing it on a r...
-
Rsync and Email I have been trying to sync email from one server to another server with the same domains on it using rsync. The problem I am having is, if I use -a it tells me 'no cur dir' in the ...
-
Nobody has any ideas for this? I tried looking for a solution for using a script to switch the IPs to the shared IP before doing the restore, but have found that this is not an easy task and can re...
-
Okay I made a script off of the info you gave me. It works, but one major issue. Here is the script: Year=$(date +"%Y") Month=$(date +"%m") Day=$(date +"%d") /scripts/restorepkg --force /backup/$...
-
Okay I fixed the new backup system so that is also transferring, but I would still like for it to auto restore the newest backups somehow. As far as I can tell this cron job searches the home folde...
-
Sorry if this question comes through twice. It didn't show up the first time. Using this script where does it look for the backups? I need it to resotre the backup from /backup/cpbackup/daily/. I a...
-
Okay, so how I have it setup right now is I have a cron that says 30 01 * * * /scripts/cpbackup - This triggers the backup at 1:30am everyday on server 1 (it seems to use the legacy backup which w...