16 lines
325 B
Markdown
16 lines
325 B
Markdown
---
|
|
title: restore.sh
|
|
categories: [restore]
|
|
source: bin/restore.sh
|
|
generated: 2025-05-22T08:38:59-04:00
|
|
---
|
|
|
|
# restore.sh
|
|
|
|
#!/bin/bash
|
|
Configuration
|
|
Create the local restore directory if it doesn't exist
|
|
Find the latest backup file on the remote server
|
|
|
|
_Auto-generated from source script on Thu May 22 08:38:59 AM EDT 2025_
|