public
Description: Small collection of scripts to manage wordpress
Homepage: http://people.warp.es/~koke/wordpress-scripts/
Clone URL: git://github.com/koke/wordpress-scripts.git
Added wp-backup script
koke (author)
Fri May 23 03:24:20 -0700 2008
commit  7d6e2bca2b08766816d90065abb9e09faa1a5187
tree    98185775572ed5d14bf0974689161edbb570cafd
parent  f5cdab43758440c159da123976bcb47f618ad3d0
...
10
11
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
14
15
...
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0
@@ -10,6 +10,21 @@ a bug or have suggestions, contact me at <jbernal@warp.es>
0
 Scripts
0
 -------
0
 
0
+### wp-backup
0
+
0
+wp-backup makes a full backup of your wordpress dir and database
0
+
0
+#### Syntax
0
+
0
+`$ wp-backup wordpress-dir backup-dir`
0
+
0
+`backup-dir` is the base directory for backups. The real backup will be named using the wordpress dir name and current date/time
0
+
0
+ $ wp-backup koke.amedias.org /home/koke/backups
0
+ ...
0
+ $ ls backups/
0
+ backups/koke.amedias.org-20080523032213.sql backups/koke.amedias.org-20080523032213.tar.bz2
0
+
0
 ### wp-dump
0
 
0
 wp-dump helps you to backup your wordpress database. Just tell where is the wordpress directory and where to put the dump file

Comments

    No one has commented yet.