Login into your server as root user (putty)
install it.
apt-get install automysqlbackup
automysqlbackup
ls -R /var/lib/automysqlbackup/
You can create a daily cron job like this example bellow:
crontab-e
ln -s /usr/local/bin/automysqlbackup /etc/cron.daily/
Search found 90 matches
- Thu Jul 30, 2020 10:55 am
- Forum: Web Development
- Topic: How to backup all database from Ubuntu Server ??
- Replies: 0
- Views: 9054
- Sun May 06, 2018 12:30 pm
- Forum: Earning Tips and Tricks
- Topic: Google Adsense Non Hosted Account Approval
- Replies: 0
- Views: 9852
Google Adsense Non Hosted Account Approval
IF You have tired of seeking genuine and working Google Adsense Account for your website , do not lose hope . we have real solution of Adsense approval for any country individual. Adsense is online earning program by Google for website owners and publishers.You can monetize Your blog, Website , Yout...
- Sun May 06, 2018 12:25 pm
- Forum: Earning Tips and Tricks
- Topic: Google Adwords Activated Acoounts & Ads Offer
- Replies: 0
- Views: 6400
Google Adwords Activated Acoounts & Ads Offer
I am Providing Google Adwords Activated Accounts for any country with 5000 INR budget on very affordable cost. It will work with any country and you can run your ads. It will be fully working and active adwords account with Indian billing and with payment. More details you could email me at lachitm...
- Sun May 06, 2018 12:23 pm
- Forum: Earning Tips and Tricks
- Topic: Google Adsense Approval Guaranteed
- Replies: 0
- Views: 6317
Google Adsense Approval Guaranteed
IF You have tired of seeking genuine and working Google Adsense Account for your website , do not lose hope . we have real solution of Adsense approval for any country individual. Adsense is online earning program by Google for website owners and publishers.You can monetize Your blog, Website , Yout...
- Sun Jan 28, 2018 12:33 pm
- Forum: Web Development
- Topic: How to delete all files and sub-folders from a folder in PHP?
- Replies: 0
- Views: 8183
How to delete all files and sub-folders from a folder in PHP?
PHP delete all files and sub-folders from a folder older then one day, older then 3 months. You can delete all WordPress cache folder and files using this php function. I am using this code and works. <?php //error_reporting(E_ALL); //ini_set('display_errors', 'on'); function rrmdir($dir) { if (is_...
- Mon Jan 15, 2018 1:20 pm
- Forum: Web Development
- Topic: Responsive DropDown Button with Iframe
- Replies: 0
- Views: 6397
Responsive DropDown Button with Iframe
Add CSS: <style>@media screen and (min-width: 651px) {#myframe{height:100px!important;}}@media (min-width: 400px) and (max-width: 650px) {#myframe{height:200px!important;}}@media (min-width: 200px) and (max-width: 399px) {#myframe{height:300px!important;}} </style> Html Code: <button class="bu...
- Sat Jan 13, 2018 8:59 am
- Forum: Web Development
- Topic: Responsive Iframe Css Tricks
- Replies: 0
- Views: 7747
Responsive Iframe Css Tricks
How to make your Iframe code responsive? <iframe class="button-api-frame" id="myframe" src="//youtubetoany.com/@api/button/mp3/mevO4I0f5lg" width="100%" height="100%" allowtransparency="true" scrolling="no" style="border:non...
- Sun Jan 07, 2018 11:28 am
- Forum: Web Development
- Topic: How to Delete Directory and Files Using PHP?
- Replies: 0
- Views: 6357
How to Delete Directory and Files Using PHP?
Delete Directory and Files in a Directory Using PHP Make a file paste the code and run it. <?php delete_files('/home/admin/web/website.com/public_html/wp-content/cache/comet-cache/cache/'); function delete_files($target) { if(is_dir($target)){ $files = glob( $target . '*', GLOB_MARK ); //GLOB_MARK ...
- Sat Dec 30, 2017 5:30 pm
- Forum: Cod4 MW
- Topic: Bigbrotherbot doesn't work with Cod4x 1.8 - FIXING
- Replies: 0
- Views: 10086
Bigbrotherbot doesn't work with Cod4x 1.8 - FIXING
Yes, I got this problem with "cod4x18_dedrun" Do one change. Go to this folder "/XXX/b3/parsers" find "cod4.py" file. Search this line.... _guidLength = 32 Replace it _guidLength = 19 Now Restart B3. My B3 Version is "b3-1.9.2" Hope it help you, I did it.
- Thu Dec 28, 2017 7:22 am
- Forum: Cod4 MW
- Topic: Installing BigBrotherBot b3 on Linux
- Replies: 0
- Views: 9425
Installing BigBrotherBot b3 on Linux
How to install BigBrotherBot on Linux/Ubuntu Please follow step-by-step Commands and Links: sudo apt-get update sudo apt-get install apache2 apt-get install python apt-get install python-mysqldb sudo apt-get install mysql-server php5-mysql sudo mysql_install_db sudo mysql_secure_installation sudo a...