From 828f68f6da34120c212086ce0a12a76331fe5151 Mon Sep 17 00:00:00 2001 From: Adrien Touzouli Date: Sun, 10 Nov 2024 14:47:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20alias=20in=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rclone_pcloud/.env_templpate | 2 +- rclone_pcloud/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rclone_pcloud/.env_templpate b/rclone_pcloud/.env_templpate index c6c9a82..a382708 100644 --- a/rclone_pcloud/.env_templpate +++ b/rclone_pcloud/.env_templpate @@ -3,7 +3,7 @@ RCLONE_CONFIGURATION_NAME=pcloud-bkp PCLOUD_REPO=restic-backup IMAGE_VERSION=1.7.2 -HOST_SOURCE_BACKUP=/PATH_TO_SAVED +HOST_SOURCE_BACKUP=/PATH_TO_SAVE RESTIC_PASSWORD="" diff --git a/rclone_pcloud/README.md b/rclone_pcloud/README.md index 5db9d03..4b158aa 100644 --- a/rclone_pcloud/README.md +++ b/rclone_pcloud/README.md @@ -17,13 +17,13 @@ Copy it in the current folder Make an alias for convenience ```bash -alias restic-util="docker compose -f docker-compose-utils.yml run --rm restic-" +alias restic-util="docker compose -f docker-compose-utils.yml run --rm" ``` ## Init Restic Repo ```bash -restic-util init +restic-util restic-init ``` fill `.env` with password @@ -37,14 +37,14 @@ docker compose up -d ## List Snapshots ```bash -restic-util list-snapshots +restic-util restic-list-snapshots ``` ## Restore - Make sur to have all the input before doing anything -- Edit restic-restore service depending on what you want to restoe +- Edit restic-restore service depending on what you want to restore ```bash -restic-util restore +restic-util restic-restore ```