From 890c2d2efe7e9e71d94854b4bfd744497aec51ac Mon Sep 17 00:00:00 2001 From: Chris Guida Date: Mon, 5 Dec 2022 13:28:59 -0600 Subject: [PATCH] Fix backup restore --- manifest.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 03c0c49..4dcc533 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -7,7 +7,9 @@ title: "RoboSats" # Service version - accepts up to four digits, where the last confirms to revisions necessary for EmbassyOS - see documentation: https://github.com/Start9Labs/emver-rs. This value will change with each release of the service. version: 0.3.2 # Release notes for the update - can be a string, paragraph or URL -release-notes: Updated to run on x86_64 architecture +release-notes: | + * Updated to run on x86_64 architecture + * Fix backup restore # The type of license for the project. Include the LICENSE in the root of the project directory. A license is required for a Start9 package. license: mit # The Start9 wrapper repository URL for the package. This repo contains the manifest file (this), any scripts necessary for configuration, backups, actions, or health checks (more below). This key must exist. But could be embedded into the source repository. @@ -116,8 +118,8 @@ backup: args: - duplicity - restore - - /root/data - /mnt/backup + - /root/data mounts: BACKUP: "/mnt/backup" main: "/root/data"