Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dualarrow

Pages: [1]
1
DNS / Re: IPV6 Support on CWP
« on: March 14, 2024, 11:48:56 PM »
Still not working with IPv6 DNS.

Web UI with AAAA record wants a IPv4 address otherwise it wont proceed.
Adding an AAAA record manually as

test IN AAAA ipv6::adress

kills the DNS server nad has to be removed to get it started.

2
How to / Re: How TO Setup Remote Backup
« on: February 12, 2022, 02:25:53 PM »
Same problem here. I have all the remote backup settings in the green, I have logged in to my CWP using ssh and checked I can ssh into my backup server without being asked for credentials, and have waited for well over 24 hours. I have both "Enable Backup" and "Remote Backup" checked.

My /backup folder on CWP has been populated and looks good. My backup server has no added folders and no sign of any backups.

in the "Crontab for root users" list under "Server Settings/Crontab for root" I see the following entry

Code: [Select]
15 0 * * * /usr/local/cwp/php71/bin/php-cgi -d max_execution_time=100000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_newbackup.php

which looks like its meant to run it at 15 mins past midnight but assuming it does run, I see no evidence of backup files on the remote machine.

As a stop gap until I can get this working, I have setup a cron job that executes the following

Code: [Select]
/usr/bin/rsync --no-i-r -e 'ssh -p 2223' --archive /backup/* user@my.domain.com:/home/bkup
every 24 hours at 2am so there should be more than enough time for it to complete. I'll setup another task to archive that data (it's a NAS I have at home).

Pages: [1]