
Search found 10 matches
- Wed Aug 04, 2021 10:06 am
- Forum: Backup
- Topic: Limiting number of remote backups
- Replies: 6
- Views: 5301
Re: Limiting number of remote backups
Thanks. That's a bit simpler than what I did. Changes made, so it should be good now. 

- Wed Aug 04, 2021 9:05 am
- Forum: Backup
- Topic: Limiting number of remote backups
- Replies: 6
- Views: 5301
Re: Limiting number of remote backups
So I did some more digging today and (hopefully) I have come up with a solution to my issue. First I found that for most of my script root privileges aren't required, so I just removed the "sudo" from the start of the cron job and the script mostly worked. However, for one section, which i...
- Wed Aug 04, 2021 2:31 am
- Forum: Backup
- Topic: Limiting number of remote backups
- Replies: 6
- Views: 5301
Re: Limiting number of remote backups
We need an individual schedule for remote backups so that daily backups for the last 7 days are stored locally, and weekly backups for the last couple of months are stored on the remote FTP server. I have create a script to do almost exactly this using rclone to my Google Drive (rather than FTP) - ...
- Thu Jul 29, 2021 3:27 am
- Forum: Bash
- Topic: Cloning website, making staging copy (v-clone-website)
- Replies: 6
- Views: 11255
Re: Cloning website, making staging copy (v-clone-website)
Brilliant. You're awesome! Thanks!
I love this script. It is so quick.
Any plans to add this (and possibly the script to install WordPress) to the web interface, possibly in the domain options menu when you hover a domain?

I love this script. It is so quick.

Any plans to add this (and possibly the script to install WordPress) to the web interface, possibly in the domain options menu when you hover a domain?

- Thu Jul 29, 2021 12:36 am
- Forum: Bash
- Topic: Cloning website, making staging copy (v-clone-website)
- Replies: 6
- Views: 11255
Re: Cloning website, making staging copy (v-clone-website)
So if I'm copying the cloned (staged) site back to the original, should I override this parameter and set it blank so that I don't end up with the "_migrated" suffix on the original site?
- Wed Jul 28, 2021 11:50 am
- Forum: Bash
- Topic: Cloning website, making staging copy (v-clone-website)
- Replies: 6
- Views: 11255
Re: Cloning website, making staging copy (v-clone-website)
Thanks for this excellent tool! I have just used it for the first time to create a staged site to test updates, and now want to copy the staged site back to the production site. I noted, however, that when it displayed the summary of the information to be used to complete the clone, the DATABASE_SUF...
- Fri Jul 31, 2020 6:17 am
- Forum: WordPress
- Topic: Making WordPress faster using memcached and W3TC caching plugin
- Replies: 9
- Views: 7112
Re: Making WordPress faster
So it is! 

- Thu Jul 30, 2020 11:33 am
- Forum: WordPress
- Topic: Making WordPress faster using memcached and W3TC caching plugin
- Replies: 9
- Views: 7112
Re: Making WordPress faster
I believe those settings are to do with the file cache on the server? I'm meaning something like this to go into the "server" config section of the NGINX conf to set browser cache expiry: location ~* \.(txt|xml|js|css|flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf...
- Thu Jul 30, 2020 7:49 am
- Forum: General discussion
- Topic: How did you find out about myVesta?
- Replies: 26
- Views: 14404
Re: How did you find out about myVesta?
I was concerned about the apparent stalled status of the VestaCP project as I have been using it for production servers for a few years. I saw a post that mentioned myVesta (and Hestia?) so had a look at both, and while Hestia is pretty, the fact that you're using this on your own servers, so have a...
- Thu Jul 30, 2020 7:18 am
- Forum: WordPress
- Topic: Making WordPress faster using memcached and W3TC caching plugin
- Replies: 9
- Views: 7112
Re: Making WordPress faster
Cheers for that. With various metrix sites throwing a little fit if browser cacheing isn't enabled, what are your thoughts on there maybe being a checkbox option with an input field for the cache expiry value, on NGINX basic options page to add it to (or remove it from) the server section of the conf?