#!/usr/local/cpanel/3rdparty/bin/perl print "Enabling Backups for New user account \n"; my %OPTS = @ARGV; my $username = $OPTS{'user'}; system("whmapi1 toggle_user_backup_state user=$username legacy=0 > /dev/null");