Search found 95 matches

by elialum
March 10th, 2017, 6:38 pm
Forum: JetBackup cPanel
Topic: Recommended Backup Providers & Advantages/Disadvantages
Replies: 1
Views: 3789

Re: Recommended Backup Providers & Advantages/Disadvantages

Hi, What kind of backup are you planing to do ? While google drive can be tempting, their API is limited and we can only push tar.gz full backups, without incremental backups & single file restores (you have to restore the whole account). You can review backup destination features here - https:/...
by elialum
February 14th, 2017, 8:41 am
Forum: JetBackup cPanel
Topic: S3 Remote Backup Scheduling
Replies: 3
Views: 5695

Re: S3 Remote Backup Scheduling

Hi Alex, In order to fully utilises the power of JetBackup, you will need to fully migrate to JetBackup's engine :) I assume you are using compressed tar.gz backups, and this is why your server load spikes. Using JetBackup, we will push files directly from the user's homedir to the S3 remote destina...
by elialum
January 29th, 2017, 3:29 pm
Forum: JetBackup cPanel
Topic: Folder and Files Permissions
Replies: 1
Views: 3540

Re: Folder and Files Permissions

Hi,

This should be fixed in the latest release of JetBackup.

Eli.
by elialum
January 29th, 2017, 3:29 pm
Forum: JetBackup cPanel
Topic: Allow custom backup schedule
Replies: 1
Views: 3628

Re: Allow custom backup schedule

Hi,

We've added Hourly backups since v3.1.11 :)

Eli.
by elialum
January 29th, 2017, 3:27 pm
Forum: JetBackup cPanel
Topic: jbmcli installation error
Replies: 1
Views: 3767

Re: jbmcli installation error

Hi,

This happened in the pass after cPanel pushed an update which changed settings in their 3rd party PHP, breaking our module (and others as well).

Since JetBackup 3.1 we are using our own PHP (7) version, so we are not bounded to cPanel.

Eli.
by elialum
January 29th, 2017, 3:25 pm
Forum: JetBackup cPanel
Topic: Icons translation in cPanel
Replies: 1
Views: 3537

Re: Icons translation in cPanel

Hi, This is currently unsupported due to cPanel limits - They force us to use their language file, rather then ours. This caused many issues - overwriting the language file by 3rd party plugins / cPanel updates, so we had to skip it for now. Best way will be to open a feature request - http://reques...
by elialum
January 29th, 2017, 3:18 pm
Forum: JetBackup cPanel
Topic: Cannot Setup Remote Locations
Replies: 1
Views: 4294

Re: Cannot Setup Remote Locations

Hi, ADrive - We could not validate this connection. Unknown Error Looks like they have their own proprietary rsync solution, and it's not a regular "ssh" box. While trying to validate a remove ssh destination, we will try to do a "regular" privileged user login, and simple write ...
by elialum
January 29th, 2017, 3:07 pm
Forum: JetBackup cPanel
Topic: problem with permissions
Replies: 1
Views: 3564

Re: problem with permissions

Hi,

What happens when you restore ? Do you get the right permissions/owner back ?
This is a local or remote backup destination ? And if it's local, is it NFS or regular mount ?

Thanks,
Eli.
by elialum
January 29th, 2017, 2:59 pm
Forum: JetBackup cPanel
Topic: Enable backup for user using shell or API
Replies: 1
Views: 3269

Re: Enable backup for user using shell or API

Hi,

Besides API calls - Easiest way will be to create a job that will backup accounts per a cPanel package.
Then you will only have to move accounts from one package to another, this could be easily done in varies ways.

Thanks,
Eli.
by elialum
January 29th, 2017, 2:54 pm
Forum: JetBackup cPanel
Topic: Cron error No Such File or directory
Replies: 2
Views: 4184

Re: Cron error No Such File or directory

Hi,

Please send me the output of -

Code: Select all

cat /etc/cron.d/jetapps 
Furthermore, what happens when you try to execute the update manually from the CLI ?

Code: Select all

/usr/bin/jetapps -f update
Thanks,
Eli.