{"id":63,"date":"2024-03-24T11:25:28","date_gmt":"2024-03-24T17:25:28","guid":{"rendered":"http:\/\/192.168.7.23\/?p=63"},"modified":"2024-05-27T12:17:05","modified_gmt":"2024-05-27T18:17:05","slug":"raspberry-pi-realtime-backups","status":"publish","type":"post","link":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/","title":{"rendered":"Raspberry Pi and Realtime Backups Woo Hoo!"},"content":{"rendered":"\n<p>In a previous post I showed how to setup a working NFS drive and how to keep the shared folder available the Raspberry Pi reboots. <a href=\"http:\/\/192.168.7.21:8000\/index.php\/2024\/03\/12\/nfs-connecting-a-pi-to-a-synology-nas\/\" target=\"_blank\" rel=\"noreferrer noopener\">NFS &#8211; Connecting a Raspberry Pi to a Synology Nas<\/a><\/p>\n\n\n\n<p>Now it&#8217;s time to do backups of my little pi(s). pi, pis, pies, whatever. The MicroSD cards that go in a Raspberry Pi are only good for a certain number of read\/writes and a very active program can chew one up, so backups are a must. <a href=\"https:\/\/thepihut.com\/blogs\/raspberry-pi-tutorials\/how-to-set-up-an-ssd-with-the-raspberry-pi\">Another option is to move the boot drive to an SSD<\/a>.  You could also boot from a usb flash drive, though a controversy rages over if it ends up being better than a MicroSD.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">My criteria for a good backup solution<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Regular backups that I can schedule and automatically save to my NAS.&nbsp;<\/li>\n\n\n\n<li>Full image backups.&nbsp; If I have to do a recovery, I want to burn the image to a new MicroSD card, pop it in and just have it work..<\/li>\n\n\n\n<li>They have to be made while the machine is hot\/running.&nbsp; I won&#8217;t take the time to pull the Raspberry Pi&#8217;s offline. I know me and I&#8217;ll never do do manual backups.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">What&#8217;s the answer?<\/h3>\n\n\n\n<p>In 2019 a guy, RONR, came up with the ability to do all the things above automagically.\u00a0<\/p>\n\n\n\n<p>There are a few scripts to run. Personally I won&#8217;t run something I don&#8217;t understand, at least in concept. I took the time watch the linked video, go through the walkthroughs, paste the command lines in a text file, review then run individually.&nbsp; Learning is part of the fun right? Of course by the time I got to the third pi our of seven, I just copy and pasted the code.<\/p>\n\n\n\n<p>For the tutorials, I didn&#8217;t follow any of them straight through.  They all have deviations, additional material, etc. I picked and chose what to use from each of them and stitched together my own solution.<\/p>\n\n\n\n<p>With so many guides and resources on the internet, I don&#8217;t really write guides, especially if I can point to people who have written them well. I don&#8217;t have the patience.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">The resources:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The OG article: <a href=\"https:\/\/forums.raspberrypi.com\/viewtopic.php?t=332000&amp;ref=blog.networkprofile.org\" target=\"_blank\" rel=\"noreferrer noopener\">Image File Utilities<\/a><\/li>\n\n\n\n<li>A 10 minute video: <a href=\"https:\/\/www.youtube.com\/watch?v=B69SarC357c\">Live Backup Running Raspberry Pi | Managing Raspberry Pi<\/a><\/li>\n\n\n\n<li>A well written article &amp; walkthrough: <a href=\"https:\/\/nerd-tech.net\/?ref=blog.networkprofile.org\">How to make a live backup of your Raspberry Pi Ubuntu\/Raspberry Pi OS Server to create live bootable ISO Images on an external drive<\/a><\/li>\n\n\n\n<li>A walkthrough &amp; even better written article: <a href=\"https:\/\/blog.networkprofile.org\/backup-a-running-raspberry-pi-to-truenas-or-any-smb-share\/\">Backup a running Raspberry Pi over the network<\/a><\/li>\n<\/ul>\n\n\n\n<p>I don&#8217;t use the OG, the others are written better, sorry Ron.\u00a0<\/p>\n\n\n\n<p>The video is a great walkthrough and explanation of what is going on.&nbsp; Really great if you want to learn what you are doing.&nbsp; I started with the video.&nbsp; Have fun first, learn second, have something I can use third.<\/p>\n\n\n\n<p>Link 3 goes through creating a backup usb drive.\u00a0 I&#8217;m on a network drive I&#8217;d already set up (see my <a href=\"http:\/\/192.168.7.21:8000\/index.php\/2024\/03\/12\/nfs-connecting-a-pi-to-a-synology-nas\/\">NFS article<\/a>), so I skipped down to the part about the installation and setup on the pi. There are also great instructions on how to use a chron job to make the backups automatic and as differentials, vs brand new backups every time.<\/p>\n\n\n\n<p>Link 4 a setup of up a Truenas first, then the backup info.&nbsp; I found the backup info in Link 4 about half way down. The code is organized well, each to just cut and paste.&nbsp;<\/p>\n\n\n\n<p>The process I follow, I learned from the video. I use link 4 to install and setup the image. I then use to Link 3 for the nightly, weekly and monthly chron jobs.&nbsp; Make sure to change the paths, names, etc. to what you want.<\/p>\n\n\n\n<p>I tested one pi.  It worked so then I checked on the chron job for a week to make sure it ran right. It runs nightly and since they are incremental, the job shouldn&#8217;t be to hard on the SD. I only expect a few MB a night for most of my pies.<\/p>\n\n\n\n<p>I burn an image every now and then to test, just to stay on top of it.  I have yet to have a problem.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Items I did myself \/ modifications:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>I created a single, shared folder and connected all the pies to it. <a href=\"http:\/\/192.168.7.21:8000\/index.php\/2024\/03\/12\/nfs-connecting-a-pi-to-a-synology-nas\/\" target=\"_blank\" rel=\"noreferrer noopener\">NFS &#8211; Connecting a Raspberry Pi to a Synology Nas<\/a><\/li>\n\n\n\n<li>I made subfolders for each pi inside the shared folder and gave a descriptive, if not pedantic title.  wordpress, freepbx, etc.<\/li>\n\n\n\n<li>I had to edit some of the paths to match mine. I also had to edit the paths for the chron jobs.<\/li>\n<\/ul>\n\n\n\n<p>The image is only of the data on the drive. only use 4 gigs? the image is 4 gigs. Incremental backups will fill this up and the image will not expand, causing errors. I added extra space for growth, 5 gigs for everything but the desktop, I gave it 10 gigs. I don&#8217;t expect any to grow appreciably but wanted to leave some room, just to be safe.<\/p>\n\n\n\n<p>Along with the provided commands, I setup a command list of my own, mostly to use as a cut and paste:<\/p>\n\n\n\n<p><strong>To setup one back up I&#8217;m going to:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Make mount my backup drive<\/li>\n\n\n\n<li>Test the mount<\/li>\n\n\n\n<li>Make the directory to hold the back up (also test to see if I can write to the share)<\/li>\n\n\n\n<li>Unmount the drive<\/li>\n\n\n\n<li>Put the drive in \/etc\/fstab so it will attach at boot<\/li>\n\n\n\n<li>Reload the deamon to see the changes to fstab<\/li>\n\n\n\n<li>Run a mount -a to test the fstab<\/li>\n\n\n\n<li>Install the backup software as per the link &#8211; <\/li>\n\n\n\n<li>Make a backup<\/li>\n\n\n\n<li>Copy the backup to the rest of the days of the week<\/li>\n\n\n\n<li>Make the chron job<\/li>\n\n\n\n<li>Check the chron job<\/li>\n<\/ul>\n\n\n\n<p><strong>The process with my comments<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Mount Test<\/strong>\n<ul class=\"wp-block-list\">\n<li>sudo mount -t nfs 192.168.2.32:\/volume1\/pibak \/mnt\/pibak<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Test the mount &amp;<\/strong> <strong>Make the directory to hold the back up (also test to see if I can write to the share)<\/strong><\/li>\n\n\n\n<li><strong>Unmount the drive<\/strong>\n<ul class=\"wp-block-list\">\n<li>sudo umount \/mnt\/pibak<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Put the drive in \/etc\/fstab so it will attach at boot<\/strong>\n<ul class=\"wp-block-list\">\n<li>sudo nano \/etc\/fstab<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Copy<\/strong>\n<ul class=\"wp-block-list\">\n<li>#backup to NAS<\/li>\n\n\n\n<li>192.168.2.32:\/volume1\/pibak \/mnt\/pibak nfs auto,rw,bg,hard,intr 0 0<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Reload the deamon to have the computer see the changes to fstab<\/strong>\n<ul class=\"wp-block-list\">\n<li>sudo systemctl daemon-reload<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Run a mount -a to test the fstab<\/strong>\n<ul class=\"wp-block-list\">\n<li>sudo mount -a<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>** Install software<\/strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/blog.networkprofile.org\/backup-a-running-raspberry-pi-to-truenas-or-any-smb-share\/\">Backup a running Raspberry Pi over the network<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Make backup as per the guide<\/strong>\n<ul class=\"wp-block-list\">\n<li>sudo image-backup &#8211;initial \/mnt\/pibak\/wordpress\/dailymonwp.img,,5000<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Copy the backup to the rest of the days of the week \/ repeat until all days are copied<\/strong>\n<ul class=\"wp-block-list\">\n<li>cp \/mnt\/pibak\/wordpress\/ dailymonwp.img\u00a0 wordpress\/ dailytueswp.img<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>sudo mkdir \/mnt\/pibak\/wordpress\/<\/li>\n<\/ul>\n\n\n\n<p><strong>Setup daily backups<\/strong><\/p>\n\n\n\n<p>sudo crontab -e<\/p>\n\n\n\n<p># Incremental Raspberry Pi for every day &#8211; 5:15 am; 0=sunday<br>15 5 * * 0\u00a0 \/usr\/local\/bin\/image-backup \/mnt\/pibak\/wordpress\/dailysunwp.img<br>15 5 * * 1\u00a0 \/usr\/local\/bin\/image-backup \/mnt\/pibak\/wordpress\/dailymonwp.img<br>15 5 * * 2\u00a0 \/usr\/local\/bin\/image-backup \/mnt\/pibak\/wordpress\/dailytueswp.img<br>15 5 * * 3\u00a0 \/usr\/local\/bin\/image-backup \/mnt\/pibak\/wordpress\/dailywedwp.img<br>15 5 * * 4\u00a0 \/usr\/local\/bin\/image-backup \/mnt\/pibak\/wordpress\/dailythurwp.img<br>15 5 * * 5 \/usr\/local\/bin\/image-backup \/mnt\/pibak\/wordpress\/dailyfriwp.img<br>15 5 * * 6\u00a0 \/usr\/local\/bin\/image-backup \/mnt\/pibak\/wordpress\/dailysatwp.img<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In a previous post I showed how to setup a working NFS drive and how to keep the shared folder available the Raspberry Pi reboots. NFS &#8211; Connecting a Raspberry Pi to a Synology Nas Now it&#8217;s time to do backups of my little pi(s). pi, pis, pies, whatever. The MicroSD cards that go in&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-63","post","type-post","status-publish","format-standard","hentry","category-raspberry-pi"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Raspberry Pi and Realtime Backups Woo Hoo! - Redshirt1701<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Raspberry Pi and Realtime Backups Woo Hoo! - Redshirt1701\" \/>\n<meta property=\"og:description\" content=\"In a previous post I showed how to setup a working NFS drive and how to keep the shared folder available the Raspberry Pi reboots. NFS &#8211; Connecting a Raspberry Pi to a Synology Nas Now it&#8217;s time to do backups of my little pi(s). pi, pis, pies, whatever. The MicroSD cards that go in...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/\" \/>\n<meta property=\"og:site_name\" content=\"Redshirt1701\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-24T17:25:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-27T18:17:05+00:00\" \/>\n<meta name=\"author\" content=\"Dylan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dpedersen\" \/>\n<meta name=\"twitter:site\" content=\"@dpedersen\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dylan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/\"},\"author\":{\"name\":\"Dylan\",\"@id\":\"https:\/\/www.redshirt1701.com\/#\/schema\/person\/178b5651c1b98c2201e455772be8947e\"},\"headline\":\"Raspberry Pi and Realtime Backups Woo Hoo!\",\"datePublished\":\"2024-03-24T17:25:28+00:00\",\"dateModified\":\"2024-05-27T18:17:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/\"},\"wordCount\":1209,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.redshirt1701.com\/#\/schema\/person\/178b5651c1b98c2201e455772be8947e\"},\"articleSection\":[\"Raspberry Pi\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/\",\"url\":\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/\",\"name\":\"Raspberry Pi and Realtime Backups Woo Hoo! - Redshirt1701\",\"isPartOf\":{\"@id\":\"https:\/\/www.redshirt1701.com\/#website\"},\"datePublished\":\"2024-03-24T17:25:28+00:00\",\"dateModified\":\"2024-05-27T18:17:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.redshirt1701.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Raspberry Pi and Realtime Backups Woo Hoo!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.redshirt1701.com\/#website\",\"url\":\"https:\/\/www.redshirt1701.com\/\",\"name\":\"Redshirt1701 - What's On My Mind\",\"description\":\"Supplemental guides for the Raspberry Pi  to fill in the gaps in regular tutorials and other stuff\",\"publisher\":{\"@id\":\"https:\/\/www.redshirt1701.com\/#\/schema\/person\/178b5651c1b98c2201e455772be8947e\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.redshirt1701.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.redshirt1701.com\/#\/schema\/person\/178b5651c1b98c2201e455772be8947e\",\"name\":\"Dylan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.redshirt1701.com\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/192.168.7.21:8000\/wp-content\/uploads\/2024\/05\/image.png\",\"contentUrl\":\"http:\/\/192.168.7.21:8000\/wp-content\/uploads\/2024\/05\/image.png\",\"width\":1071,\"height\":1051,\"caption\":\"Dylan\"},\"logo\":{\"@id\":\"https:\/\/www.redshirt1701.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/192.168.7.21:8000\",\"https:\/\/x.com\/dpedersen\"],\"url\":\"https:\/\/www.redshirt1701.com\/index.php\/author\/redshirtdkp\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Raspberry Pi and Realtime Backups Woo Hoo! - Redshirt1701","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/","og_locale":"en_US","og_type":"article","og_title":"Raspberry Pi and Realtime Backups Woo Hoo! - Redshirt1701","og_description":"In a previous post I showed how to setup a working NFS drive and how to keep the shared folder available the Raspberry Pi reboots. NFS &#8211; Connecting a Raspberry Pi to a Synology Nas Now it&#8217;s time to do backups of my little pi(s). pi, pis, pies, whatever. The MicroSD cards that go in...","og_url":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/","og_site_name":"Redshirt1701","article_published_time":"2024-03-24T17:25:28+00:00","article_modified_time":"2024-05-27T18:17:05+00:00","author":"Dylan","twitter_card":"summary_large_image","twitter_creator":"@dpedersen","twitter_site":"@dpedersen","twitter_misc":{"Written by":"Dylan","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/#article","isPartOf":{"@id":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/"},"author":{"name":"Dylan","@id":"https:\/\/www.redshirt1701.com\/#\/schema\/person\/178b5651c1b98c2201e455772be8947e"},"headline":"Raspberry Pi and Realtime Backups Woo Hoo!","datePublished":"2024-03-24T17:25:28+00:00","dateModified":"2024-05-27T18:17:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/"},"wordCount":1209,"commentCount":0,"publisher":{"@id":"https:\/\/www.redshirt1701.com\/#\/schema\/person\/178b5651c1b98c2201e455772be8947e"},"articleSection":["Raspberry Pi"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/","url":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/","name":"Raspberry Pi and Realtime Backups Woo Hoo! - Redshirt1701","isPartOf":{"@id":"https:\/\/www.redshirt1701.com\/#website"},"datePublished":"2024-03-24T17:25:28+00:00","dateModified":"2024-05-27T18:17:05+00:00","breadcrumb":{"@id":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.redshirt1701.com\/index.php\/2024\/03\/24\/raspberry-pi-realtime-backups\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.redshirt1701.com\/"},{"@type":"ListItem","position":2,"name":"Raspberry Pi and Realtime Backups Woo Hoo!"}]},{"@type":"WebSite","@id":"https:\/\/www.redshirt1701.com\/#website","url":"https:\/\/www.redshirt1701.com\/","name":"Redshirt1701 - What's On My Mind","description":"Supplemental guides for the Raspberry Pi  to fill in the gaps in regular tutorials and other stuff","publisher":{"@id":"https:\/\/www.redshirt1701.com\/#\/schema\/person\/178b5651c1b98c2201e455772be8947e"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.redshirt1701.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.redshirt1701.com\/#\/schema\/person\/178b5651c1b98c2201e455772be8947e","name":"Dylan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.redshirt1701.com\/#\/schema\/person\/image\/","url":"http:\/\/192.168.7.21:8000\/wp-content\/uploads\/2024\/05\/image.png","contentUrl":"http:\/\/192.168.7.21:8000\/wp-content\/uploads\/2024\/05\/image.png","width":1071,"height":1051,"caption":"Dylan"},"logo":{"@id":"https:\/\/www.redshirt1701.com\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/192.168.7.21:8000","https:\/\/x.com\/dpedersen"],"url":"https:\/\/www.redshirt1701.com\/index.php\/author\/redshirtdkp\/"}]}},"_links":{"self":[{"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/posts\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":8,"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/posts\/63\/revisions"}],"predecessor-version":[{"id":226,"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/posts\/63\/revisions\/226"}],"wp:attachment":[{"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/media?parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/categories?post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.redshirt1701.com\/index.php\/wp-json\/wp\/v2\/tags?post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}