Tag Archives: backup

InfiniteWP – self-hosted multiple WordPress management platform

I run several WP blogs/sites… for me and for my clients…
3 of my WP blogs get 1.5K users per day… they aren’t huge, but they might get some extra attention to hackers…
Wordpress this days had some huge security vulnerabilities – WordPress itself and well known plugins like JetPack!…

One of my clients use Infinite WP.
I might try this out!

What is InfiniteWP?
InfiniteWP is a free, self-hosted multiple WordPress management platform that simplifies your WordPress management tasks into a simple click of a button.

TOP FEATURES
One Master Login
One-click access to all your WordPress dashboards. Forget your passwords once and for all.
One-click updates
Click the Update All button like a Boss and update everything – WP core, plugins and themes.
Instant Backup & Restore
Create backups of all your WordPress sites simultaneously. Restore backups instantly.
Manage Plugins & Themes
Activate, Deactivate and delete plugins and themes in bulk. Bulk install favorite plugins with a single click.

Google Chrome 85 Google Chrome 84

 

Google Chrome 83

 

 

On your wordpress you need to install InfinityWP plugin.
After install and activate it, you will see a screen like this…
Hit the Copy details and, from your WP you are done.

Google Chrome 81

On you Infinity WP, on the left bottom you will see a Add Website bottom. Hit it!

Google Chrome 86

 

Now, just Past the codes copied from your WordPress blog… 🙂
Repeat this for all your blogs! 🙂

Google Chrome 80

Google Chrome 82  Google Chrome 76

Google Chrome 77

Google Chrome 78

Google Chrome 79

 

 

 

PHP DropBox Backup Uploader: Backup local files as a ZIP archive to Dropbox

 

This class can backup local files as a ZIP archive sent to Dropbox

It handles the OAuth authorization process to obtain a token to access an API on behalf of the current Web user.

The class create a ZIP archive with files from a directory to backup.

The ZIP archive is sent to the DropBox server using requests sent to is API.

http://www.phpclasses.org/package/8922-PHP-Backup-local-files-as-a-ZIP-archive-to-Dropbox.html

Simply backups under Linux

Backup a folder

tar -cvpzf /BackupDirectory/backupfilename.tar.gz /ImportantData/directory/path

c =  Create
v =  Verbose mode
p = Preserving Files and Directory Permissions.
z = This will tell tar that compress the files further to reduce the size of tar file.
f =  It is allows to tar get file name.

Backup a MySQL database

mysqldump --opt -u [username] -p[password] [dbname] > [dbname.sql]

Backup all MySQL databases

mysqldump -u root -p --all-databases > all_databases.sql

ssdvirtual

Sony announced it had crammed 185TB of data

Sony has brought the cassette back from the dead by unveiling a tape that can hold a whopping 148 gigabytes per square inch. If you can’t do the math, that’s 185 terabytes of total data.

(…)

So, just how much data can a tape with 185 TB capacity actually hold? Here’s a few handy comparisons (via ExtremeTech):

– It’s three Blu-rays’ worth of data per square inch. Or, a total of 3,700 Blu-rays on a single tape. That’s a stack of boxes that would be nearly 15 feet high.

– A single tape holds five more TB than this hard drive storage array, which has to be custom-made and runs for $9,305.

– A total of 64,750,000 songs. If the average song is, say, three minutes, that’s enough music to last you 134,896 days.

– The entirety of the Library of Congress represents about 10 total TB. One tape can hold 18.5 versions of the Library of Congress.

The tape will be available for commercial sale, but no word yet on a release date. However, as Gizmodo points out, the super tape was originally developed for “long-term, industrial-sized data backup” and not necessarily for music, game, and video storage and playback.

http://consequenceofsound.net/2014/05/r-i-p-ipod-sony-unveils-cassette-tape-that-can-hold-64750000-songs/

A nice article of how set up a backup of your website with rysnc and centos 6

This article provides a quick way to backup the most common things in a typical web hosting scenario: website files and database data. We will setup a full daily backup of a website folder and a copying of this data to a remote server (this can also work for another VPS). We will also set up a rsync example to just copy the incremental changes. Finally, we’ll set up backup of a MySQL database. The procedures described use a few simple Bash commands, rsync and cron to schedule backups. For example data, we can install WordPress as per this tutorial. It will place WordPress in /var/www/wordpress directory and a MySQL database wordpress and we now want to take a backup of all the data.

Read more at: https://www.digitalocean.com/community/articles/how-to-create-an-off-site-backup-of-your-site-with-rsync-on-centos-6

HOORAY! for Digital Ocean!