This project is archived. Its data is
read-only
.
Changes
Page history
Update Uploading and downloading data
authored
May 10, 2021
by
Kai van Lopik
Show whitespace changes
Inline
Side-by-side
Uploading-and-downloading-data.md
View page @
be97c9cb
...
@@ -75,10 +75,10 @@ When users have previously downloaded data from PEP, they can use the `--update`
...
@@ -75,10 +75,10 @@ When users have previously downloaded data from PEP, they can use the `--update`
/app/pepcli pull -o ~/analyze/todays-data --update
/app/pepcli pull -o ~/analyze/todays-data --update
```
```
To prevent data loss, the
`pepcli pull`
command will be aborted
if
To prevent data loss, the
`pepcli pull`
command will be aborted
-
the output directory already exists
when performing a regular (initial) download.
-
when performing a regular (initial) download
: if the output directory already exists
.
-
file contents have been altered
when performing an update
.
-
when performing an update: if directory and/or
file contents have been altered
after the initial download
.
Use the
`--force`
switch to have the command (discard/overwrite local data and) proceed anyway.
Use the
`--force`
switch to have the command (discard/overwrite local data and) proceed anyway.
...
...
...
...