MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: henry on 2014-02-13, 03:42:17

Title: Your server does not support command line ZIP
Post by: henry on 2014-02-13, 03:42:17
I was using backupbuddy for backup all my WordPress blog.
However, during time of backup process, it prompted this message as below.
Quote
Your server does not support command line ZIP. Backups will be performed in compatibility mode.
Directory/file exclusion is not available in this mode so even existing backups will be backed up.
You may encounter stalled or significantly delayed backups

Then, shown a link
Quote
http://ithemes.com/codex/page/BackupBuddy:_Frequent_Support_Issues#Compatibility_Mode

The command line:
# yum install zip
# sudo apt-get install zip unzip

Is this alright to run on KloxoMr?
Title: Re: Your server does not support command line ZIP
Post by: MRatWork on 2014-02-13, 05:04:20
Read http://ithemes.com/codex/page/BackupBuddy_Specifications:_Server_Configuration_and_Minimum_Requirements
Title: Re: Your server does not support command line ZIP
Post by: henry on 2014-02-13, 14:37:21
I think I have no problem about the min.requirement stated over there.

Code: [Select]
# yum install zip
Results:
Quote
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * base: centosk3.centos.org
 * extras: centosz4.centos.org
 * mratwork-epel: mirrors.solfo.com
 * mratwork-ius: dfw.mirror.rackspace.com
 * updates: centosz4.centos.org
base                                                     | 1.1 kB     00:00
extras                                                   | 2.1 kB     00:00
mratwork-centalt                                         |  951 B     00:00
mratwork-epel                                            | 3.6 kB     00:00
mratwork-ius                                             | 2.1 kB     00:00
mratwork-ius-c5                                          | 2.1 kB     00:00
mratwork-ius-c5/primary_db                               | 433 kB     00:00
mratwork-litespeed                                       |  951 B     00:00
mratwork-litespeed-update                                |  951 B     00:00
mratwork-release-neutral-arch                            |  951 B     00:00
mratwork-release-neutral-noarch                          |  951 B     00:00
mratwork-release-version-arch                            |  951 B     00:00
mratwork-release-version-noarch                          |  951 B     00:00
mratwork-varnish-3.0                                     |  951 B     00:00
updates                                                  | 1.9 kB     00:00
vz-base                                                  |  951 B     00:00
vz-updates                                               |  951 B     00:00
Excluding Packages from MRatWork - centalt - arch
Finished
Excluding Packages from MRatWork - IUS Community Packages for EL 5 - arch
Finished
Reducing MRatWork - IUS Community Packages for EL 5 (special) - arch to included packages only
Finished
0 packages excluded due to repository protections
Setting up Install Process
Package zip-2.31-2.el5.x86_64 already installed and latest version
Nothing to do

Since it already installed, why I still getting such an error mentioned above?
~Sweating~