I hope this is in the right spot. Im trying to setup the vb_backup.sh included in the do_not_upload folder and set up a Cron job to automatically back it up for me.
But Im truly lost on what I should be doing. Ive put the vb_backup.sh in my forums root directory and changed the path to my config.php thats in Core/Includes like I believed I should.
Set the cron to run the shell file ./forums/vb_backup.sh
and I keep getting this error:
Help or direction to where I can read/learn/fix?
Greatly appreciated.
But Im truly lost on what I should be doing. Ive put the vb_backup.sh in my forums root directory and changed the path to my config.php thats in Core/Includes like I believed I should.
Set the cron to run the shell file ./forums/vb_backup.sh
and I keep getting this error:
vb_dbbackup
Warning: include(..././forums/vb_backup.sh): failed to open stream: No such file or directory in phar://.../vb/vb.phar/library/cron.php on line 50 Warning: include(): Failed opening '..././forums/vb_backup.sh' for inclusion (include_path='.:/usr/lib/php7.4') in phar://.../vb/vb.phar/library/cron.php on line 50
Warning: include(..././forums/vb_backup.sh): failed to open stream: No such file or directory in phar://.../vb/vb.phar/library/cron.php on line 50 Warning: include(): Failed opening '..././forums/vb_backup.sh' for inclusion (include_path='.:/usr/lib/php7.4') in phar://.../vb/vb.phar/library/cron.php on line 50
Greatly appreciated.
Comment