Skip to content

Commit

Permalink
docs: [#287] Snap download folder changed (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
030 authored Apr 26, 2024
1 parent 9e59e16 commit f4869d1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/instructions/snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ snap install n3dr

## Usage

Download artifacts:

```bash
n3dr repositoriesV2 --backup --directory-prefix /tmp/some-dir
```

Check the downloaded artifacts:

```bash
sudo ls /tmp/snap.n3dr/tmp/n3dr/download<some number, e.g.: 082028764>
sudo cp -r /tmp/snap.n3dr/tmp/n3dr/download<some number, e.g.: 082028764> /home/${USER}/n3dr-backup
sudo ls /tmp/snap-private-tmp/snap.n3dr/tmp/some-dir
sudo cp -r sudo ls /tmp/snap-private-tmp/snap.n3dr/tmp/some-dir /home/${USER}/n3dr-backup
sudo chown $USER:$USER -R /home/${USER}/n3dr-backup
```

Expand Down

0 comments on commit f4869d1

Please sign in to comment.