Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Docker Date Parameter #96

Open
michaelknox opened this issue Jan 9, 2023 · 6 comments
Open

Docker Date Parameter #96

michaelknox opened this issue Jan 9, 2023 · 6 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@michaelknox
Copy link

Hi, I don't seem able to pull data older than today. I tried using --fromdate 2023-01-01 00:00 but it returns an error:

withings-sync: error: unrecognized arguments: --fromdate 2023-01-01 00:00

Even changing the format to date only (without timestamp) returns similar message.

@michaelknox
Copy link
Author

I figured it out, it was missing the = in the parameter passing... rookie mistake.

@dsrtusr88
Copy link

I figured it out, it was missing the = in the parameter passing... rookie mistake.

what should the command string have been? having the same issue, but am a rookie

@longstone
Copy link
Collaborator

@michaelknox If you could answer (just the right command), we can enhance documentation and close the issue. Thanks!

@longstone longstone added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 26, 2023
@longstone longstone self-assigned this Jan 26, 2023
@michaelknox
Copy link
Author

Apologies. The correct Syntax should be:

--fromdate=2023-01-01 00:00

@leaskovski
Copy link

@michaelknox how do you do this from a "docker start" command?

docker start -a -i <container_id> ......

Is there an ENV property I can use for this?

@m4tthumphrey
Copy link

@leaskovski also interested in this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants