Update Uploading and downloading data authored by Kai van Lopik's avatar Kai van Lopik
...@@ -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.
... ...
......