Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : Backing up to Google Drive Daily



Threaded Mode | Print  

 Backing up to Google Drive Daily, Need a way to stop overwriting of new folder (7 Replies, Read 6495 times)
lowthian
Group: Member
Post Group: Newbie
Posts: 5
Status:
Greetings, I did try searching but didn't find anything about this issue. I am using a hosting provider that limits access to settings, and in the Installation settings, backup, they have a limit on the Backup Rotation of 1.

I understand their need to limit this, however I am using your feature to backup to my Google Drive account. Every time there is a new backup it overwrites the previous. I did reach out to their support but they were unable to help.
Is there any sort of workaround like adding a timestamp to the folder that backs up to Google Drive?

Thank you
IP: --   

Backing up to Google Drive Daily
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5652
Status:
Hi,

The backup file name generated by Softaculous always has the current timestamp which is always unique so the file should not be overwritten.

Can you please share a screenshot of the backup file you see in Google Drive ?

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Backing up to Google Drive Daily
lowthian
Group: Member
Post Group: Newbie
Posts: 5
Status:
Hi Brijesh, thanks for getting back to me.
It does timestamp the filename, but in my Softaculous settings, I designate the folder and then there is a "Backup Rotation" that only gives me the option of "1" because the hosting provider has that locked. On the tooltip for Backup Rotation it says:
"If the backup rotation limit is reached Softaculous will delete the oldest backup for this installation and create a new backup. The backups will utilize your space so choose the backup rotation as per the space available on your server"
So right now I just have to go in every day and rename the folder, but it is a big pain and easy to forget.
Thanks
IP: --   

Backing up to Google Drive Daily
lowthian
Group: Member
Post Group: Newbie
Posts: 5
Status:
Wouldn't let me upload an image, but here is a screenshot:
https://pasteboard.co/e3G72TBqwZi9.jpg
IP: --   

Backing up to Google Drive Daily
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5652
Status:
Thank you for the screenshot.

This restriction is applied by your hosting provider and cannot be overwritten by Softaculous.

You can try Softaculous Cloud :
https://cloud.softaculous.com/

Where you can link your hosting account by just adding the account credentials and import your existing site and then manage auto backups as per your needs.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Backing up to Google Drive Daily
lowthian
Group: Member
Post Group: Newbie
Posts: 5
Status:
Hey Brijesh, that sounded like a great option, I have a Softaculous account and I added a couple of sites.

I have looked everywhere to find "Add a backup solution" on my hosting account it is in the User Settings. but on the Softaculous account the button is not there.

This is my hosting account on the User settings page: https://snipboard.io/5hF1KN.jpg
But in Softaculous there is nothing below my basic user settings. Are you sure Google drive backups are available there? I will do some more digging when I have time, but I thought I would respond to see if you knew if/where those settings exist.

Thanks.
IP: --   

Backing up to Google Drive Daily
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5652
Status:
Hi,

Yes Google Drive Backups are available tehre.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Backing up to Google Drive Daily
lowthian
Group: Member
Post Group: Newbie
Posts: 5
Status:
I appreciate your help with this. I realized that that feature is only for a paid version of Softaculous Cloud. While I am sure it is worth it, since I already have a dashboard in my hosting provider, I didn't think it was worth it for me.
If anyone else comes across this and is looking for a solution, I created a script in my Google Drive that renames the folder each day. Here is the script:

function renameFolder() {
  var folderId = "YOUR_FOLDER_ID_HERE"; // Replace with your folder's ID
  var folder = DriveApp.getFolderById(folderId);
  var newName = "Backup_" + Utilities.formatDate(new Date(), "GMT", "yyyyMMdd");
  folder.setName(newName);
}

IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 27, 2024, 7:32 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.073