Hi all:
I defined a backup job who runs via cron, but i dont know how can i run this job manually (from proxmox web interface)
is this possible ?
thanks in advance
Hello,
I found that the cron jobs is not working inside the LXC , I'm using SoYouStart OVH server
Virtual Environment 5.1-46
PVE 4.13.13-35
is there something wrong ?
I am receiving a constant cron error in my email and I do not know how to remove it.
Cron <root@pve> [ -x /usr/lib/php5/sessionclean ] && /usr/lib/php5/sessionclean
/ usr / lib / php5 / sessionclean: 34: / usr / lib / php5 / sessionclean: php5: not found
Can someone tell me how to make it...
it appears that there is a fault in the job validation code in backup.pm. The offending code is:
if ($job->{starttime} =~ m/^(\d{1,2}):(\d{1,2})$/) {
($hour, $minute) = (int($1), int($2));
die "hour '$hour' out of range\n" if $hour < 0 || $hour > 23;
die "minute '$minute' out of range\n" if...
Hi,
I've changed the address I used for email notifications via Web GUI. I've also changed the backup time from 7am to 7pm., and all the changes are reflected in
/etc/cron.d/vzdump
However, Proxmox is still backing up at 7am and the emails are still coming to the old address.
This happened on...
Hy guys, i`m looking for an script or sompting to alert me true email or sort of cron to an http page (witch will alert me true sms) when some vps or ips they receive or make massive traffic to alert me.
Sompting like i got 5 VPS on the Node and 1 vps is compromised and someone send flood to...
I have two Proxmox servers (not in HA) at home, and I'm considering starting to automate backups.
To move virtual machines between the two I've mounted a file server the same way (same path) on both of my Proxmox servers, but before I enable automatic backups I feel I should make sure that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.