Skip to content

Instantly share code, notes, and snippets.

View csmarwal's full-sized avatar
🎯
Focusing

Sanjay Marwal csmarwal

🎯
Focusing
View GitHub Profile
@csmarwal
csmarwal / it-ebooks.md
Created April 13, 2021 07:41 — forked from baiwfg2/it-ebooks.md
Download ebooks as you want
@csmarwal
csmarwal / fullbackup.php
Created January 22, 2021 03:37 — forked from anja98/fullbackup.php
Automatic cPanel Backups PHP script
<?php
/*
PHP script to allow periodic cPanel backups automatically, optionally to a remote FTP server.
This script contains passwords. It is important to keep access to this file secure (we would ask you to place it in your
home directory, not public_html)
To schedule the script to run regularly, add this script to run as a cron job in your cpanel.
You need create 'backups' folder in your home directory ( or any other folder that you would like to store your backups in ).