diff options
author | Alex Scerba <alex@scerba.org> | 2025-03-03 21:18:42 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-03-03 21:18:42 -0500 |
commit | e9adfe0db80ff4e0eff5088ade3ac8088df1d867 (patch) | |
tree | a788f902191506e67bc796f0624418c657aba1ed | |
parent | 4baccc355a08552c4780f5f55a822c8b73aebc60 (diff) |
Add backup update
-rw-r--r-- | html/blog/2025-03-03+Rsync_Mirror_Finally_Working+diy+homelab+computers.tmpl.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/html/blog/2025-03-03+Rsync_Mirror_Finally_Working+diy+homelab+computers.tmpl.html b/html/blog/2025-03-03+Rsync_Mirror_Finally_Working+diy+homelab+computers.tmpl.html new file mode 100644 index 0000000..a60c3f1 --- /dev/null +++ b/html/blog/2025-03-03+Rsync_Mirror_Finally_Working+diy+homelab+computers.tmpl.html @@ -0,0 +1,11 @@ +{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>My homelab is still in a state of confusion, hardware will need to change location, and it's time for a reshuffling of hardware. But for now, I wanted to at least have a real backup of my mini server. Everything has been set up, I just have been having issues with <code>rsync</code>.</p>
+ <p>I think I remember one day I gave up and decided to run <code>rsync</code> as is without any pre-commands shuffling files arround for me. I vaguely remember this going horribly due to <code>ssh</code> connection timeout and extremely slow file transfer speeds resulting in a partial copy.</p>
+ <p>Aparently this was either just a dream, I did actually get it to complete, or the computers liked something about today. I'm not sure. <code>rsync-prelude</code> didn't seem to recurse, as I ran into before, so I just sent it using <code>rsync</code> as-is again, and it worked. Or at least it seems to have. I picked through several old "problem" directories along with ones that I knew were recent, and everything seems to be there.</p>
+ <p>This is good enough for me right now, so I installed a <code>crontab</code> and I'll monitor things over the next few days. I'm not going to bother with bi-directional backup, but it will be nice to have local gigabit speeds when at home trying to download.</p>
+ <p>I'll update on the status after a week or so, but for now, I've actually got a working backup.</p>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }}
\ No newline at end of file |