I would remove backupbuddy and just not use it at all. You don’t need it. You can create a cron job for different types of backups, whether database, your files, etc.
To list current cron jobs on your server, the command is crontab -l
and set up a new cron job, its crontab -e
.
Setting up a cron job is easy, what you need to learn is the times you need it to run. It would look something like this:
MIN HOUR DOM MON DOW /bin/sh command > /dev/null 2 > & 1
* * * * * /bin/sh command > /dev/null 2 > & 1
Related Posts:
- Plugin for automatic database backup? [closed]
- 403 Forbidden – You don’t have permission to access /wp-admin/admin-ajax.php on this server
- Multisite Backup Plugin [closed]
- What is the correct way to update both WP/plugins/themes without breaking the site?
- The safest way to automate WordPress backups
- WordPress Backend HA (Automatic failover)
- Batch update of WordPress Plugins
- How to backup single post in wordpress [closed]
- How to replace website?
- UpdraftPlus installed malware – scared to download or update plugins now! [closed]
- Can I restore a plugin that was accidentally deleted? (on localhost)
- Automatic WordPress Clone Backup
- Do I need a backup plugin if I’m already backing up via cPanel?
- Automatic WordPress Backup Plugin works, but says it’s not
- Is it possible to restore a deleted WordPress plugin I deleted from WordPress admin menu?
- how long do restored versions take to go live?
- Unable to download backup file created using All in One WP Migration WordPress plugin
- Inactive Plugin Files
- Backup Buddy Questions
- how to restore wordpress backup(.rar) manually?
- How to Move a production WordPress site to local environment [closed]
- restore backup full content or just specific folders
- Oxygen plugin wordpress stuck in loading sequence forever when trying to edit a page [closed]
- How can I reduce the amount of files loaded/included per plugin?
- How to create custom LOGIN and REGISTRATION forms?
- wamp server wordprocess whole from begining up on filezilla
- How to add product images using script?
- Retrieve categories of a WooCommerce product in hierachical order
- How do I make a wordpress plugin with menu item etc
- How to use get_categories() with Event Organiser plugin
- Setting up widgets in wordpress with a unique ID for the after_title argument
- Dashboard Disappears after Upgrade
- The website has resulted in too many redirects (redirect plugin)?
- Hide Theme options and Customize Admin menu
- Make specific products accessible only to a user role in WooCommerce
- Is it possible to require approval before a page edit is made live?
- Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: “eustatos\test_plugin”
- WooCommerce – How can I list the same product as a variation and also as a simple product [closed]
- Memberpress functions/documentation
- scrolltop always 0, can’t trigger script
- Add column to plugins table screen
- Auto activate plugin with unique user settings
- Pagination Broken on Static Pages but Works on Blog Articles
- add_shortcode is not working in plugin where others are working
- Plugin options page with live preview?
- WordPress plugin admin html being shown in Customizer iframe
- WordPress backend delay by server side HTTP Request
- Using window.onload with Ubermenu
- Ordering taxonomies by rank
- Plugin Options not being output
- My homemade plugin is trying to update to someone else’s plugin
- Is there a way to embed a Google Docs form in a page without using plugins?
- Advanced Custom Fields – Disable Users to Edit Custom Fields
- REST route from a plugin not working if WordPress is installed in a subdirectory
- Plugin development: what to prefix?
- Submit Form data to another page via Ajax (WordPress Way)
- How to return the values from a row where a value occurs for the first time among the rows available?
- ‘Notice: Undefined index’ error on plugins page [closed]
- Smarter navigation plugin and custom taxonomies
- How to embed a new string in url?
- Adding a pagenavi to function for displaying bookmarks
- google +1 like polling system
- A good heatmapping plugin for WordPress? (No 3rd-party services please) [closed]
- TN3 Plugin Not Working Under IIS / WebMatrix
- Including content from legacy app: via plugin or custom content?
- How to install a translation for a WP plugin?
- What is the most efficient way of adding additional functionaliy for admin only
- XML Sitemap Generator and 404 problem
- Add hook after content without formatting
- Sold out Label for variable products which are partially sold out
- User loggedin as Subscriber form not sending
- admin_post hook not firing function inside class
- Merging new theme and plugins from development site to production
- WordPress sitemap “Extra content at the end of the document”
- Unload a woff file from WordPress
- Above the fold plugin error “The Proxy Cache directory contains n cache entries.”
- User / membership Plugin [closed]
- search into subcategories plugin subcategory value not come
- Share on social media created listing after submission
- How Can the_post Be Hooked Like the_content and the_excerpt?
- using href when creating wordpress plugin calls empty page instead of php file
- How to `remove_action` from plugin
- New User Approval
- How to add php stylesheet to admin section instead of admin_head hook
- How to tell which Plugin is displaying?
- How to create custom content on custom page from plugin?
- functions.php conditional output for a single plugin
- Wp Pagenavi how to display all results
- Do you know a video plugin that allows embedding in the home.php file?
- What is the recommended way to be notified of security updates to my plugins? [closed]
- How to provide access to specific plugin to all the user roles except subscriber in wordpress
- WordPress Cumulus
- WordPress create permalink structure for custom post type with userid
- how to remove a rel=”nofollow” using call to action plugin
- WordPress custom block: Link saved in database not retrieved when editing post
- Accessing Correct Database to Create REST API Endpoint
- How do I replace a logo image that’s hard-coded into a plugin’s logo.php file?
- How to Order Posts by Taxonomy in Jetengine Plugin
- Detect if user is on the specific page in WordPress
- A multi-section WordPress store [closed]