{"id":9514,"date":"2021-07-06T21:29:40","date_gmt":"2021-07-06T18:29:40","guid":{"rendered":"https:\/\/kifarunix.com\/?p=9514"},"modified":"2024-03-18T19:51:03","modified_gmt":"2024-03-18T16:51:03","slug":"install-and-configure-backuppc-on-rocky-linux-8","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-and-configure-backuppc-on-rocky-linux-8\/","title":{"rendered":"Install and Configure BackupPC on Rocky Linux 8"},"content":{"rendered":"\n<p>In this guide, we are going learn how to install and configure BackupPC on Rocky Linux 8.&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/backuppc.github.io\/backuppc\/\" target=\"_blank\">BackupPC<\/a>&nbsp;is a high-performance enterprise-grade backup software suite with a web-based frontend that can be used for backing up Linux, Windows and mac OSXs PCs and laptops to a server\u2019s disk.<\/p>\n\n\n\n<p>Some of the features of BackupPC include;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Provides a&nbsp;<strong>web interface<\/strong>&nbsp;which allows administrators to view log files, configuration, current status and allows users to initiate and cancel backups and browse and restore files from backups.<\/li>\n\n\n\n<li>It supports&nbsp;<strong>Data deduplication<\/strong>: Identical files across multiple backups of the same or different PCs are stored only once resulting in substantial savings in disk storage and disk I\/O.<\/li>\n\n\n\n<li>It supports data&nbsp;<strong>Compression<\/strong>: Since only new files (not already pooled) need to be compressed, there is only a modest impact on CPU time.<\/li>\n\n\n\n<li>It is&nbsp;<strong>Open-source<\/strong>: BackupPC is hosted on&nbsp;<a href=\"https:\/\/github.com\/backuppc\/backuppc\" target=\"_blank\" rel=\"noreferrer noopener\">Github<\/a>, and is distributed under a GPL license.<\/li>\n\n\n\n<li>No client-side software is needed.<\/li>\n<\/ul>\n\n\n\n<p>Read more about BackupPC features on&nbsp;<a href=\"https:\/\/backuppc.github.io\/backuppc\/info.html\" target=\"_blank\" rel=\"noreferrer noopener\">About BackupPC<\/a>&nbsp;page.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing BackupPC on Rocky Linux 8<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Run System Update<\/h3>\n\n\n\n<p>Update your system packages.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>dnf update<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Install BackupPC on Rocky Linux 8<\/h3>\n\n\n\n<p>BackupPC 4 is available on EPEL repos. Therefore, install the EPEL repos on Rocky Linux 8 by running the command;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>dnf install epel-release<\/code><\/pre>\n\n\n\n<p>EPEL repos provided BackupPC 4.3.2, which is the current stable release as of this writing.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>dnf info backuppc<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>\nAvailable Packages\nName         : BackupPC\nVersion      : 4.4.0\nRelease      : 1.el8\nArchitecture : x86_64\nSize         : 489 k\nSource       : BackupPC-4.4.0-1.el8.src.rpm\nRepository   : epel\nSummary      : High-performance backup system\nURL          : http:\/\/backuppc.github.io\/backuppc\/index.html\nLicense      : GPLv2+\nDescription  : BackupPC is a high-performance, enterprise-grade system for backing up Linux\n             : and WinXX and Mac OS X PCs and laptops to a server's disk. BackupPC is highly\n             : configurable and easy to install and maintain.\n             : \n             : NOTE: Proper configuration is required after install, see README.setup for more\n             : information.\n<\/code><\/pre>\n\n\n\n<p>Also, enable PowerTool Repos;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>dnf config-manager --set-enabled powertools<\/code><\/pre>\n\n\n\n<p>You can simply install BackupPC and all its required dependencies by executing the command below;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>dnf install -y backuppc<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Configure BackupPC Server on Rocky Linux 8<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Define BackupPC Backup Protocol<\/h3>\n\n\n\n<p>BackupPC supports different protocols to get backup data from devices being backed up:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>smb<\/strong>&nbsp;\u2013 used for backing up windows machines<\/li>\n\n\n\n<li><strong>tar<\/strong>&nbsp;\u2013 used for backing up Linux\/Unix\/Mac OSX systems<\/li>\n\n\n\n<li><strong>rsync<\/strong>&nbsp;\u2013 used for backing up Linux\/Unix\/Mac OSX systems. This can also be used to backup Windows systems.<\/li>\n<\/ul>\n\n\n\n<p>It also supports the use of&nbsp;<code>ftp<\/code>&nbsp;protocol. The use FTP is however not a recommended method of backup.<\/p>\n\n\n\n<p>To define your preferred BackupPC backup protocol, open the BackupPC configuration file,&nbsp;<code><strong>\/etc\/BackupPC\/config.pl<\/strong><\/code>&nbsp;and navigate to the section of the specific backup protocol you want to use.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>vim \/etc\/BackupPC\/config.pl<\/code><\/pre>\n\n\n\n<p>For instance, the Rsync{d} protocol configuration section begins at;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\n###########################################################################\n# Rsync\/Rsyncd Configuration\n# (can be overwritten in the per-PC log file)\n###########################################################################\n...<\/code><\/pre>\n\n\n\n<p>and ends at where FTP configuration starts;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\n...\n###########################################################################\n# FTP Configuration\n# (can be overwritten in the per-PC log file)\n##########################################################################\n...<\/code><\/pre>\n\n\n\n<p>To use&nbsp;<code><strong>rsync<\/strong><\/code>&nbsp;protocol for backup, ensure that <strong>rsync<\/strong> is installed <strong>on a client being backed up<\/strong> and that the correct path is defined for the parameter,&nbsp;<code><strong>$Conf{RsyncClientPath<\/strong><\/code>.<\/p>\n\n\n\n<p>You can find the absolute path for rsync using&nbsp;<code>which<\/code>&nbsp;command.<\/p>\n\n\n\n<pre id=\"block-3a8bd9b5-a710-4db4-9f39-052bb92db05c\" class=\"wp-block-preformatted\">which rsync<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><code><strong>\/usr\/bin\/rsync<\/strong><\/code><\/pre>\n\n\n\n<p>Hence, the client path should be set like;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>$Conf{RsyncClientPath} = \"<strong>\/usr\/bin\/rsync<\/strong>\";<\/code><\/pre>\n\n\n\n<p>Also ensure that the backup transfer method,&nbsp;<code>$Conf{XferMethod<\/code>, for the client is set to&nbsp;<code>rsync<\/code>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$Conf{XferMethod} = \"rsync\";<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Define BackupPC Client Backup User<\/h3>\n\n\n\n<p>By default, BackupPC uses the root user on the backup clients for backup purposes.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>$Conf{RsyncSshArgs} = ['-e', '$sshPath -l <strong>root<\/strong>'];<\/code><\/pre>\n\n\n\n<p>It is more secure to allow backup via a low-privileged user.<\/p>\n\n\n\n<p>In this demo, we will create a non-privileged user,&nbsp;<code><strong>backuppc<\/strong><\/code>, on every client to backup&nbsp;<code><strong>which is only allowed to run rsync command with sudo rights<\/strong><\/code>&nbsp;for backup purposes. Therefore, change this user accordingly.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$Conf{RsyncSshArgs} = &#91;'-e', '$sshPath -l backuppc'];<\/code><\/pre>\n\n\n\n<p>We will leave other Rsync settings with the default options. Note that all these are overwritable via the per-PC to be backed up configuration.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Configure BackupPC Administrative User<\/h3>\n\n\n\n<p>Default Administrative user for BackupPC is defined under CGI user interface configuration settings section. Normal users can only access information specific to their host. They can also start\/stop\/browse\/restore backups. Administrative users have full access to all hosts, plus overall status and log information.<\/p>\n\n\n\n<p>In this demo, we set the&nbsp;<code><strong>kifarunixadmin<\/strong><\/code>&nbsp;user as BackupPC admin.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>$Conf{CgiAdminUsers}     = 'kifarunixadmin';<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Change Backup Data Directory<\/h3>\n\n\n\n<p>By default, BackupPC writes backup data into \/var\/lib\/BackupPC directory.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>$Conf{TopDir}      = '\/var\/lib\/BackupPC\/';<\/code><\/pre>\n\n\n\n<p>Just in case you need to change the location where backup data is stored to an external hard drive for example, it is recommended that instead of changing TopDir path create a symbolic link to the new location, or mount the new BackupPC store at the existing $Conf{TopDir} path.<\/p>\n\n\n\n<p>For example, assuming you have an empty drive, \/dev\/sdb1 as in our case, then you can simply mount it under,&nbsp;<code>\/var\/lib\/BackupPC\/<\/code>.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>mount \/dev\/sdb1 \/var\/lib\/BackupPC\/<\/code><\/pre>\n\n\n\n<p>To automount on boot, update the \/etc\/fstab with the entry with the line below;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>\/dev\/sdb1 \/var\/lib\/BackupPC xfs defaults 1 2<\/code><\/pre>\n\n\n\n<p>Update the file-system accordingly.<\/p>\n\n\n\n<p>Save and exit the file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Configure BackupPC Apache Authentication<\/h3>\n\n\n\n<p>BackupPC uses Apache as the Web server by default and it is installed along with BackupPC itself. It also implements restricted access to the BackupPC web interface via Apache basic authentication.<\/p>\n\n\n\n<p>Therefore, you can open BackupPC Apache configuration,&nbsp;<code><strong>\/etc\/httpd\/conf.d\/BackupPC.conf<\/strong><\/code>, which is created by default and make your preferred changes. For example, these are a few changes we made,&nbsp;<code><strong>AuthUserFile<\/strong><\/code>&nbsp;and&nbsp;<code><strong>AuthName<\/strong><\/code>.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>vim \/etc\/httpd\/conf.d\/BackupPC.conf<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>...\nAuthType Basic\nAuthUserFile \/etc\/BackupPC\/.backuppc\nAuthName \"Kifarunix BackupPC Restricted Access\"\n\n&lt;IfModule mod_authz_core.c&gt;\n...<\/code><\/pre>\n\n\n\n<p>To allow external access to BackupPC, change the line,&nbsp;<code><strong>Require local<\/strong><\/code>&nbsp;to&nbsp;<code><strong>Require all granted<\/strong><\/code>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>...\n&lt;IfModule mod_authz_core.c&gt;\n  # Apache 2.4\n  &lt;RequireAll&gt;\n    Require valid-user\n    &lt;RequireAny&gt;\n      #Require local\n<strong>      Require all granted\n<\/strong>    &lt;\/RequireAny&gt;\n  &lt;\/RequireAll&gt;\n&lt;\/IfModule&gt;\n...<\/code><\/pre>\n\n\n\n<p>Save and quit the configuration file.<\/p>\n\n\n\n<p>Create the BackupPC authentication user and password and store them in the file specified by the value of the&nbsp;<code><strong>AuthUserFile<\/strong><\/code>&nbsp;parameter above.<\/p>\n\n\n\n<p>For example, to create web authentication user called&nbsp;<code>kifarunixadmin<\/code>;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>htpasswd -c \/etc\/BackupPC\/.backuppc kifarunixadmin<\/code><\/pre>\n\n\n\n<p>You can add another user, say&nbsp;<code>kifarunixuser<\/code>.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>htpasswd \/etc\/BackupPC\/.backuppc kifarunixuser<\/code><\/pre>\n\n\n\n<p>Adjust the permissions of the auth user file;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>chmod 666 \/etc\/BackupPC\/.backuppc<\/code><\/pre>\n\n\n\n<p>Change the user under which Apache runs as from&nbsp;<code>apache<\/code>&nbsp;to&nbsp;<code>backuppc<\/code>&nbsp;and leave the group as&nbsp;<code>apache<\/code>;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>vim \/etc\/httpd\/conf\/httpd.conf<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>...\n<strong>User backuppc<\/strong>\nGroup apache\n...<\/code><\/pre>\n\n\n\n<p>Disable Apache Welcome Page;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>mv \/etc\/httpd\/conf.d\/welcome.conf \/etc\/httpd\/conf.d\/welcome.conf.old<\/code><\/pre>\n\n\n\n<p>Disable directory listing;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sed -i 's\/Options Indexes FollowSymLinks\/Options -Indexes +FollowSymLinks\/' \/etc\/httpd\/conf\/httpd.conf<\/code><\/pre>\n\n\n\n<p>Check Apache for any errors;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>httpd -t<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>Syntax OK<\/code><\/pre>\n\n\n\n<p>Start and enable Apache to run on system boot;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>systemctl enable --now httpd<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Running BackupPC<\/h3>\n\n\n\n<p>Once done with the configurations, start and enable BackupPC to run on system boot;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>systemctl enable --now backuppc<\/code><\/pre>\n\n\n\n<p>To check the status;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>systemctl status backuppc<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>\u25cf backuppc.service - BackupPC server\n   Loaded: loaded (\/usr\/lib\/systemd\/system\/backuppc.service; disabled; vendor preset: disabled)\n   Active: active (running) since Tue 2021-07-06 20:38:48 EAT; 4s ago\n Main PID: 20269 (BackupPC)\n    Tasks: 1 (limit: 23673)\n   Memory: 9.6M\n   CGroup: \/system.slice\/backuppc.service\n           \u2514\u250020269 \/usr\/bin\/perl \/usr\/share\/BackupPC\/bin\/BackupPC\n\nJul 06 20:38:48 elk.kifarunix-demo.com systemd&#91;1]: Started BackupPC server.<\/code><\/pre>\n\n\n\n<p>You can also verify if BackupPC is running using the&nbsp;<code><strong>BackupPC_serverMesg<\/strong><\/code>.<\/p>\n\n\n\n<p>All BackupPC programs should be run as BackupPC user, which is&nbsp;<code>backuppc<\/code>&nbsp;by default as defined by the&nbsp;<code><strong>$Conf{BackupPCUser}<\/strong><\/code>&nbsp;parameter.<\/p>\n\n\n\n<p>The backuppc user shell is set to&nbsp;<code>\/sbin\/nologin<\/code>&nbsp;by default, to run the BackupPC programs as backuppc user, see how the commands below are ran.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo -u backuppc \/usr\/share\/BackupPC\/bin\/BackupPC_serverMesg status info<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo -u backuppc \/usr\/share\/BackupPC\/bin\/BackupPC_serverMesg status hosts<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo -u backuppc \/usr\/share\/BackupPC\/bin\/BackupPC_serverMesg status jobs<\/code><\/pre>\n\n\n\n<p>According to BackupPC documentation, if the output of these commands doesn\u2019t \u201c<em><strong><code>look cryptic and confusing, and the output doesn't look like an error message, then all is ok<\/code><\/strong><\/em>\u201c.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Accessing BackupPC Web User Interface<\/h2>\n\n\n\n<p>To access BackupPC from the browser, you need to first allow Apache external access on firewall, if firewall is enabled;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>firewall-cmd --add-service={http,https} --permanent<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>firewall-cmd --reload<\/code><\/pre>\n\n\n\n<p><strong>Ensure Apache Web server is running before you can access BackupPC web interface.<\/strong><\/p>\n\n\n\n<p>You can now access BackupPC via the URL&nbsp;<strong><code>http:\/\/server_IP_OR_hostname\/backuppc<\/code><\/strong>.<\/p>\n\n\n\n<p>Authenticate and proceed to BackupPC web dashboard.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1186\" height=\"431\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-web-auth.png\" alt=\"\" class=\"wp-image-9516\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-web-auth.png?v=1625595530 1186w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-web-auth-768x279.png?v=1625595530 768w\" sizes=\"(max-width: 1186px) 100vw, 1186px\" \/><\/figure>\n\n\n\n<p>BackupPC web dashboard.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1829\" height=\"667\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-dashboard.png\" alt=\"\" class=\"wp-image-9517\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-dashboard.png?v=1625595563 1829w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-dashboard-768x280.png?v=1625595563 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-dashboard-1536x560.png?v=1625595563 1536w\" sizes=\"(max-width: 1829px) 100vw, 1829px\" \/><\/figure>\n\n\n\n<p>If you authenticate to BackupPC web interface as non admin user, for instance,&nbsp;<code>kifarunixuser<\/code>&nbsp;in this demo, you can see such an interface.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1816\" height=\"407\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-non-admin-dashboard.png\" alt=\"\" class=\"wp-image-9518\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-non-admin-dashboard.png?v=1625595578 1816w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-non-admin-dashboard-768x172.png?v=1625595578 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2021\/07\/backuppc-non-admin-dashboard-1536x344.png?v=1625595578 1536w\" sizes=\"(max-width: 1816px) 100vw, 1816px\" \/><\/figure>\n\n\n\n<p>You have successfully installed BackupPC 4.4.0.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reference<\/h3>\n\n\n\n<p>Read more backuppc on the documentation page.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/backuppc.github.io\/backuppc\/BackupPC.html#Installing-BackupPC\" target=\"_blank\">BackupPC Documentation: Installing BackupPC<\/a><\/p>\n\n\n\n<p>You can also access the documentation from the dashboard.<\/p>\n\n\n\n<p>In our next guides, we will learn how to backup Linux systems with BackupPC server.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/kifarunix.com\/backup-windows-system-via-smb-using-backuppc\/\" target=\"_blank\">Backup Windows System via SMB Using BackupPC<\/a><\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/kifarunix.com\/backup-windows-system-with-backuppc-using-rsyncd\/\" target=\"_blank\">Backup Windows System with BackupPC Using Rsyncd<\/a><\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/kifarunix.com\/install-and-configure-backuppc-on-debian-10\/\" target=\"_blank\">Install and Configure BackupPC on Debian 10<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/how-to-install-and-configure-backuppc-as-a-backup-server-on-ubuntu-18-04\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to Install and Configure BackupPC as a Backup Server on Ubuntu 18.04<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this guide, we are going learn how to install and configure BackupPC on Rocky Linux 8.&nbsp;BackupPC&nbsp;is a high-performance enterprise-grade backup software suite with a<\/p>\n","protected":false},"author":3,"featured_media":9520,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[39,907,121],"tags":[89,3807,3804,3587,3805],"class_list":["post-9514","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-storage","category-backuppc","category-howtos","tag-backuppc","tag-configure-backuppc-on-rocky-linux","tag-install-backuppc-on-rocky-linux","tag-rocky-linux-8","tag-setup-backuppc-server","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/9514"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=9514"}],"version-history":[{"count":3,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/9514\/revisions"}],"predecessor-version":[{"id":21745,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/9514\/revisions\/21745"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/9520"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=9514"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=9514"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=9514"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}