Skip to content

Commit

Permalink
🐛 fix alias in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Nov 10, 2024
1 parent 29b2f3f commit 828f68f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rclone_pcloud/.env_templpate
Original file line number Diff line number Diff line change
Expand Up @@ -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=""

Expand Down
10 changes: 5 additions & 5 deletions rclone_pcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <https://restic.readthedocs.io/en/stable/050_restore.html>
- 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
```

0 comments on commit 828f68f

Please sign in to comment.