{"id":1991,"date":"2023-10-09T22:48:39","date_gmt":"2023-10-09T22:48:39","guid":{"rendered":"https:\/\/hostingspell.com\/blog\/?p=1991"},"modified":"2023-10-09T22:50:29","modified_gmt":"2023-10-09T22:50:29","slug":"auto-cleanup-script-documentation-cpanel-whm-server","status":"publish","type":"post","link":"https:\/\/blog.hostingspell.com\/auto-cleanup-script-documentation-cpanel-whm-server\/","title":{"rendered":"Auto Cleanup Script Documentation &#8211; cPanel\/WHM Server"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Auto Cleanup Script Documentation &#8211; cPanel\/WHM Server<\/title>\n    <meta name=\"description\" content=\"Welcome to the Auto Cleanup Script documentation. Learn how to automate cleanup on cPanel\/WHM Servers.\">\n    \n    <!-- Add your keywords as meta tags -->\n    <meta name=\"keywords\" content=\"Auto Cleanup Script, cPanel, WHM, server cleanup, cPanel Storage Free, Remove all junk files from Server\">\n    \n    <!-- Add your preferred canonical URL to prevent duplicate content issues -->\n    <link rel=\"canonical\" href=\"https:\/\/apps.hostingspell.com\/public_scripts\/acs\/index\">\n    \n    <!-- Add your favicon -->\n    <link rel=\"icon\" type=\"image\/x-icon\" href=\"favicon.ico\">\n    \n    <!-- Add social media meta tags if applicable -->\n    <meta property=\"og:title\" content=\"Auto Cleanup Script Documentation - cPanel\/WHM Server\">\n    <meta property=\"og:description\" content=\"Learn how to automate cleanup on cPanel\/WHM Servers.\">\n    <meta property=\"og:image\" content=\"https:\/\/www.example.com\/images\/your-image.jpg\">\n    <meta property=\"og:url\" content=\"https:\/\/www.example.com\/auto-cleanup-script-documentation\">\n    \n    <!-- Add structured data using Schema.org markup -->\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"http:\/\/schema.org\",\n        \"@type\": \"Article\",\n        \"name\": \"Auto Cleanup Script Documentation - cPanel\/WHM Server\",\n        \"headline\": \"Auto Cleanup Script Documentation\",\n        \"description\": \"Script to automate cleanup on cPanel\/WHM Servers.\",\n        \"url\": \"https:\/\/apps.hostingspell.com\/public_scripts\/acs\/index\",\n        \"datePublished\": \"2023-09-02T00:00:00Z\",\n        \"author\": {\n            \"@type\": \"Team\",\n            \"name\": \"DevOps Team at HostingSpell\"\n        },\n        \"image\": \"https:\/\/hspl.b-cdn.net\/assets\/images\/hostingspell-black.png\",\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"HostingSpell LLP\",\n            \"logo\": {\n                \"@type\": \"ImageObject\",\n                \"url\": \"https:\/\/hspl.b-cdn.net\/assets\/images\/hostingspell-black.png\"\n            }\n        }\n    }\n    <\/script>\n    <!-- Bootstrap CSS Link (you can replace this with your own Bootstrap link) -->\n    <link rel=\"stylesheet\" href=\"https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css\">\n    <style>\n        \/* Add your custom CSS styles here *\/\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #343a40; \/* Dark background color *\/\n            color: #ffffff; \/* White text color *\/\n        }\n        .container {\n            background-color: #272b30; \/* Darker container background color *\/\n            padding: 20px;\n            margin-top: 20px;\n            border-radius: 5px;\n        }\n        .navbar {\n            background-color: #272b30; \/* Darker navbar background color *\/\n        }\n        .navbar-dark .navbar-nav .nav-link {\n            color: #ffffff; \/* White text color for navbar links *\/\n        }\n        .footer {\n            text-align: center;\n            margin-top: 20px;\n            padding: 10px;\n            background-color: #272b30; \/* Darker footer background color *\/\n            color: #ffffff;\n        }\n        \/* Additional CSS styles for buttons and links *\/\n        .btn-primary {\n            background-color: #007bff; \/* Blue button color *\/\n            border-color: #007bff; \/* Blue button border color *\/\n        }\n        .btn-primary:hover {\n            background-color: #0056b3; \/* Darker blue on hover *\/\n        }\n        a {\n            color: #17a2b8; \/* Teal text color for links *\/\n        }\n        a:hover {\n            color: #117a8b; \/* Darker teal on hover *\/\n        }\n        \/* Custom style for <pre> tags *\/\n        pre {\n            background-color: #1e1e1e; \/* Dark gray background for code blocks *\/\n            color: #ffffff; \/* White text color for code blocks *\/\n            padding: 10px;\n            border-radius: 5px;\n            overflow: auto;\n        }\n    <\/style>\n    \n    <link rel=\"icon\" type=\"image\/x-icon\" href=\"favicon.ico\">\n\n<\/head>\n\n<body>\n    \n    <nav class=\"navbar navbar-expand-lg navbar-dark\">\n    <a class=\"navbar-brand\" href=\"#\">Auto Cleanup Script<\/a>\n    <button class=\"navbar-toggler\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarNav\" aria-controls=\"navbarNav\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n        <span class=\"navbar-toggler-icon\"><\/span>\n    <\/button>\n    <div class=\"collapse navbar-collapse\" id=\"navbarNav\">\n        <ul class=\"navbar-nav ml-auto\">\n            <li class=\"nav-item\">\n                <a class=\"nav-link\" href=\"#installation-prerequisites\">Prerequisites<\/a>\n            <\/li>\n            <li class=\"nav-item\">\n                <a class=\"nav-link\" href=\"#installation\">Installation<\/a>\n            <\/li>\n            <li class=\"nav-item\">\n                <a class=\"nav-link\" href=\"#default-settings\">Default Settings<\/a>\n            <\/li>\n            <li class=\"nav-item\">\n                <a class=\"nav-link\" href=\"#customization\">Customization<\/a>\n            <\/li>\n            <li class=\"nav-item\">\n                <a class=\"nav-link\" href=\"#changing-cron-job-frequency\">Cron Frequency<\/a>\n            <\/li>\n            <li class=\"nav-item\">\n                <a class=\"nav-link\" href=\"#force-execution\">Force Execution<\/a>\n            <\/li>\n            <li class=\"nav-item\">\n                <a class=\"nav-link\" href=\"#important-notes\">Important Notes<\/a>\n            <\/li>\n        <\/ul>\n    <\/div>\n<\/nav>\n<br><\/br>\n    <center><h1 class=\"mb-4\">ACS Guide<\/h1><\/center>\n\n    \n    <div class=\"container mt-5\">\n    <!--<h1 class=\"mb-4\">ACS Guide<\/h1>-->\n\n    <p>Welcome to the Auto Cleanup Script documentation. This script is designed to help you automatically clean up specified files within home directories on your server, specifically <strong>cPanel\/WHM Servers<\/strong>, making it easier to manage and maintain your hosting environment. In this documentation, we will guide you through the installation process, customization options, and important notes to ensure smooth operation.<\/p>\n\n    <p>The Auto Cleanup Script offers the following key features:<\/p>\n\n    <ul>\n        <li><strong>Automated Cleanup:<\/strong> The script automatically locates and deletes specified file types within home directories.<\/li>\n        <li><strong>Customization:<\/strong> You can customize the types of files to be deleted to suit your specific requirements.<\/li>\n        <li><strong>Scheduled Cleanup:<\/strong> The script is configured to run on a predefined schedule, ensuring regular and hassle-free cleanup.<\/li>\n        <li><strong>Flexibility:<\/strong> You can modify the cron job schedule or add new file types as needed.<\/li>\n    <\/ul>\n\n    <p>Whether you're a hosting provider or an individual managing your server, the Auto Cleanup Script can help keep your server clean and efficient.<\/p>\n\n<h2 id=\"installation-prerequisites\">Installation Prerequisites<\/h2>\n<p>Before setting up the Auto Cleanup Script, please make sure to complete the following prerequisites:<\/p>\n<ol>\n    <li><strong>Install dos2unix:<\/strong> Ensure that the 'dos2unix' utility is installed on your server. This utility is required to convert script files to Unix format and make them executable. Otherwise, script won't execute.<\/li>\n    <ul>\n        <li>For CentOS\/RHEL:<\/li>\n        <pre>yum install dos2unix -y<\/pre>\n        <li>For Ubuntu\/Debian:<\/li>\n        <pre>apt-get install dos2unix<\/pre>\n    <\/ul>\n<\/ol>\n\n\n        <div class=\"row\">\n            <div class=\"col-md-6\">\n                <h2 id=\"installation\">Installation<\/h2>\n                <ol>\n                    <li>Create a setup file:<\/li>\n                    <pre>nano auto_cleanup_install.sh<\/pre>\n                    <li>Add the following code to the file:<\/li>\n                    <pre>#!\/bin\/bash\n\n# Define the URL for the cleanup script\nCLEANUP_SCRIPT_URL=\"https:\/\/hostingspell.com\/includes\/public_scripts\/acs\/auto_cleanup_script.sh\"\n\n# Define the cleanup script location\nCLEANUP_SCRIPT=\"\/root\/auto_cleanup_script.sh\"\n\n# Download the cleanup script and make it executable\nwget -O \"$CLEANUP_SCRIPT\" \"$CLEANUP_SCRIPT_URL\"\nchmod +x \"$CLEANUP_SCRIPT\"\n\n# Add the cron job to run the cleanup script every Sunday at 3 AM\n(crontab -l ; echo \"0 3 * * 0 $CLEANUP_SCRIPT\") | crontab -\n\n# Display a message indicating the setup is complete\necho \"Auto Cleanup Script setup complete.\"<\/pre>\n<!-- Copy to Clipboard Button (moved below the code snippet) -->\n                <button class=\"btn btn-primary mt-3 copy-button\" onclick=\"copyToClipboard()\">Copy Code to Clipboard<\/button>\n                <div id=\"copy-tooltip\" class=\"copy-tooltip\"><\/div><\/br>\n                    <li>Save and exit the file.<\/li>\n                    <li>Make the setup script executable:<\/li>\n                    <pre>chmod +x auto_cleanup_install.sh<\/pre>\n                    <li>Run the setup script:<\/li>\n                    <pre>.\/auto_cleanup_install.sh<\/pre>\n                <\/ol>\n                <p>The script will download and set up the Auto Cleanup Script on your server.<\/p>\n                \n                <ol>\n    <li>Now type the following command:<\/li>\n    <ul>\n        <li>For 'auto_cleanup_script.sh':<\/li>\n        <pre>dos2unix auto_cleanup_script.sh<\/pre>\n    <\/ul>\n<\/ol>\n    <ul style=\"list-style-type:none;\">\n    <li>This step ensures that the script files are compatible with Unix systems.<\/li>\n    <li>At the end, script is now execuatble on each sunday 3AM.<\/li>\n    <li>Enjoy the peacefull life!<\/li>\n    <\/ul>\n                \n            <\/div>\n            <div class=\"col-md-6\">\n                <h2>Getting Started<\/h2>\n                <p>After installing the Auto Cleanup Script, you can get started with the following:<\/p>\n                <ul>\n                    <li><a href=\"#customization\">Customization<\/a>: Customize the types of files the script deletes.<\/li>\n                    <li><a href=\"#changing-cron-job-frequency\">Changing Cron Job Frequency<\/a>: Adjust the automatic cleanup schedule to your liking.<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        \n        <h2 id=\"default-settings\">Default Settings<\/h2>\n<p>The Auto Cleanup Script comes with a set of default file types that are scheduled for deletion within home directories. These default file types include:<\/p>\n<ul>\n    <li><strong>*.tar.gz:<\/strong> Tarball archives.<\/li>\n    <li><strong>*.wpress:<\/strong> WordPress backup files.<\/li>\n    <li><strong>error_log:<\/strong> Error log files.<\/li>\n<\/ul>\n\n<p>By default, the Auto Cleanup Script is configured to run every Sunday at 3 AM. This ensures regular cleanup of the specified file types within home directories.<\/p>\n\n\n        <h2 id=\"customization\">Customization<\/h2>\n<p>Before running the script, you can customize the types of files the script deletes within home directories. The script comes with a default set of file types, but you can add, delete, or update them to match your requirements. To customize the script:<\/p>\n<ol>\n    <li>Open the Cleanup Script:<\/li>\n    <pre>nano \/root\/auto_cleanup_script.sh<\/pre>\n    <li>Customize File Types: Locate the section in the script that defines the file types to be deleted. The section looks like this:<\/li>\n    <pre># Define the file types you want to delete\nfile_types=(\"*.tar.gz\" \"*.wpress\" \"error_log\")<\/pre>\n    <li>Add, Delete, or Update File Types: You can perform the following actions:<\/li>\n    <ul>\n        <li><strong>Add File Types:<\/strong> To add a new file type for deletion, insert it into the array within double quotes and separate multiple file types with spaces. For example, to add \".log\" files and \".zip\" files:<\/li>\n        <pre>file_types=(\"*.log\" \"*.zip\")<\/pre>\n        <li><strong>Delete File Types:<\/strong> To remove a file type from deletion, simply remove it from the array. For example, to stop deleting \".wpress\" files:<\/li>\n        <pre>file_types=(\"*.tar.gz\" \"error_log\")<\/pre>\n        <li><strong>Update File Types:<\/strong> To update a file type, modify its entry in the array. For example, to change \".tar.gz\" to \".backup\" files:<\/li>\n        <pre>file_types=(\"*.backup\" \"*.wpress\" \"error_log\")<\/pre>\n    <\/ul>\n    <li>Save the script after making your customizations.<\/li>\n<\/ol>\n<p>By customizing the file types, you can tailor the script to clean up specific types of files in your home directories.<\/p>\n\n\n        <h2 id=\"changing-cron-job-frequency\">Changing Cron Job Frequency<\/h2>\n        <p>If you want to change the frequency at which the cleanup script runs automatically, follow these steps:<\/p>\n        <ol>\n            <li>Edit the Cron Tab:<\/li>\n            <pre>crontab -e<\/pre>\n            <li>Modify the Cron Job Line: Locate the line that corresponds to the cleanup script. Modify this line to specify the desired schedule. For example, to run the script every day at 2 AM, use:<\/li>\n            <pre>0 2 * * * \/root\/auto_cleanup_script.sh<\/pre>\n            <li>Save the changes and exit the text editor.<\/li>\n        <\/ol>\n        \n        <h2 id=\"force-execution\">Force Execution<\/h2>\n        <p>If you need to force the execution of the Auto Cleanup Script outside of its scheduled time (e.g., for immediate cleanup), you can do so manually. To force execution:<\/p>\n        <ol>\n            <li>Open your terminal or SSH into your server.<\/li>\n            <li>Navigate to the location of the Auto Cleanup Script:<\/li>\n            <pre>cd \/root<\/pre>\n            <li>Run the script:<\/li>\n            <pre>.\/auto_cleanup_script.sh<\/pre>\n        <\/ol>\n        <ul style=\"list-style-type:disc;\">\n    <li><strong>Note:<\/strong> It is highly recommended to run this script using the screen utility for uninterrupted execution. <\/li>\n    <\/ul>\n        <p>Running the script manually will trigger an immediate cleanup, regardless of the scheduled time. Use this option with caution and only when necessary.<\/p>\n\n<h2 id=\"important-notes\">Important Notes<\/h2>\n<ul>\n    <li>Always ensure you have backups of important data before running the script or making changes.<\/li>\n    <li>Review and test any changes to the cron job schedule to ensure they meet your requirements and do not disrupt your server's operation.<\/li>\n    <li><strong>Regular Backups:<\/strong> It's crucial to maintain regular backups of critical data. While this script aids in cleanup, having backups is essential for data recovery in case of accidental deletions.<\/li>\n    <li><strong>Script Testing:<\/strong> We recommend testing the script in a non-production environment first to ensure it behaves as expected and doesn't inadvertently delete important files.<\/li>\n    <li><strong>Script Updates:<\/strong> Keep an eye out for script updates or improvements in the future. You can find these updates and instructions on how to apply them [here].<\/li>\n    <li><strong>User Responsibility:<\/strong> You are responsible for any modifications or customizations you make to the script. Please follow best practices and ensure your changes align with your server's needs.<\/li>\n    <li><strong>Security:<\/strong> This script should only be used on servers where it's necessary, and we advise against running scripts from untrusted sources.<\/li>\n    <li><strong>Documentation:<\/strong> For comprehensive documentation and advanced customization options, refer to this page only.<\/li>\n<\/ul>\n\n    <\/div>\n\n    <!-- Bootstrap JS Link (you can replace this with your own Bootstrap JS link) -->\n    <script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.16.0\/umd\/popper.min.js\"><\/script>\n    <script src=\"https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.5.2\/js\/bootstrap.min.js\"><\/script>\n\n    <!-- JavaScript for Copy to Clipboard Button -->\n    <script>\n        function copyToClipboard() {\n            const codeSnippet = `#!\/bin\/bash\n# Define the URL for the cleanup script\nCLEANUP_SCRIPT_URL=\"https:\/\/apps.hostingspell.com\/public_scripts\/acs\/auto_cleanup_script.sh\"\n# Define the cleanup script location\nCLEANUP_SCRIPT=\"\/root\/auto_cleanup_script.sh\"\n# Download the cleanup script and make it executable\nwget -O \"$CLEANUP_SCRIPT\" \"$CLEANUP_SCRIPT_URL\"\nchmod +x \"$CLEANUP_SCRIPT\"\n# Add the cron job to run the cleanup script every Sunday at 3 AM\n(crontab -l ; echo \"0 3 * * 0 $CLEANUP_SCRIPT\") | crontab -\n# Display a message indicating the setup is complete\necho \"Auto Cleanup Script setup complete.\"`;\n\n            const tempTextarea = document.createElement(\"textarea\");\n            tempTextarea.value = codeSnippet;\n            document.body.appendChild(tempTextarea);\n            tempTextarea.select();\n            document.execCommand(\"copy\");\n            document.body.removeChild(tempTextarea);\n\n            \/\/ Show the tooltip\n            const tooltip = document.getElementById(\"copy-tooltip\");\n            tooltip.style.opacity = 1;\n            setTimeout(() => {\n                tooltip.style.opacity = 0;\n            }, 2000);\n        }\n    <\/script>\n    \n<\/body>\n<div class=\"footer\">\n    <p>Made with \u2764\ufe0f by DevOps Team @ HostingSpell<\/p>\n    <p>&copy; <?php echo date(\"Y\"); ?> <a href=\"https:\/\/hostingspell.com\" target=\"_blank\" rel=\"noopener\">HostingSpell LLP<\/a>. All Rights Reserved.<\/p>\n<\/div>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Auto Cleanup Script Documentation &#8211; cPanel\/WHM Server Auto Cleanup Script Prerequisites Installation Default Settings Customization Cron Frequency Force Execution Important Notes ACS Guide Welcome to the Auto Cleanup Script documentation. This script is designed to help you automatically clean up specified files within home directories on your server, specifically cPanel\/WHM Servers, making it easier to [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":1647,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[82],"tags":[],"class_list":["post-1991","post","type-post","status-publish","format-standard","has-post-thumbnail","category-shell-scripts","entry"],"featured_image_src":"https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png","featured_image_src_square":"https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png","author_info":{"display_name":"C01R3","author_link":"https:\/\/blog.hostingspell.com\/author\/c01r3\/"},"uagb_featured_image_src":{"full":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"thumbnail":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default-150x150.png",150,150,true],"medium":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default-300x150.png",300,150,true],"medium_large":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"large":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"1536x1536":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"2048x2048":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"single-featured-image":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"blog-featured-image":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"home-featured":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default-380x290.png",380,290,true],"ab-block-post-grid-landscape":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"ab-block-post-grid-square":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"author-pro-image":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",360,180,false],"gb-block-post-grid-landscape":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false],"gb-block-post-grid-square":["https:\/\/blog.hostingspell.com\/wp-content\/uploads\/2021\/03\/hspl-blog-default.png",580,290,false]},"uagb_author_info":{"display_name":"C01R3","author_link":"https:\/\/blog.hostingspell.com\/author\/c01r3\/"},"uagb_comment_info":0,"uagb_excerpt":"Auto Cleanup Script Documentation &#8211; cPanel\/WHM Server Auto Cleanup Script Prerequisites Installation Default Settings Customization Cron Frequency Force Execution Important Notes ACS Guide Welcome to the Auto Cleanup Script documentation. This script is designed to help you automatically clean up specified files within home directories on your server, specifically cPanel\/WHM Servers, making it easier to&hellip;","_links":{"self":[{"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/posts\/1991","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/comments?post=1991"}],"version-history":[{"count":2,"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/posts\/1991\/revisions"}],"predecessor-version":[{"id":1993,"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/posts\/1991\/revisions\/1993"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/media\/1647"}],"wp:attachment":[{"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/media?parent=1991"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/categories?post=1991"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.hostingspell.com\/wp-json\/wp\/v2\/tags?post=1991"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}