
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Use datadog_backup
to backup your datadog account.
Currently supports
Additional features may be built out over time.
v3 is a backwards incompatible change.
--ssh
and --ssshh
are no longer supported. Instead, please use --quiet
to supress logging. --debug
remains supported.DATADOG_HOST
is no longer supported. Instead, please use DD_SITE_URL
.gem install datadog_backup
DD_API_KEY=example123 DD_APP_KEY=example123 datadog_backup <backup|diffs|restore> [--backup-dir /path/to/backups] [--debug] [--monitors-only] [--dashboards-only] [--diff-format color|html|html_simple] [--no-color] [--json]
gem install datadog_backup
export DD_API_KEY=abc123
export DD_APP_KEY=abc123
# Perform backup to `./backup/` using YAML encoding
datadog_backup backup
# Make some changes
# Just review the changes since last backup
datadog_backup diffs
# Review the changes since last backup and apply local changes to datadog
datadog_backup restore
Supply the following parameters in order to customize datadog_backup:
parameter | description | default |
---|---|---|
--debug | log debug and above | info |
--quiet | only show errors and above | info |
--backup-dir PATH | path to the directory to backup to or restore from | ./backup/ |
--monitors-only | only backup monitors | backup monitors and dashboards |
--dashboards-only | only backup dashboards | backup monitors and dashboards |
--json | format backups as JSON instead of YAML. Does not impact diffs nor restore , but do not mix formats in the same backup-dir. | YAML |
--no-color | removes colored output from diff format | |
--diff-format FORMAT | one of color , html_simple , html | color |
--force-restore | Force restore to Datadog. Do not ask to validate. Non-interactive. | |
--disable-array-sort | Do not sort array elements, to preserver order of dashboard widgets. | |
--h, --help | help |
The following environment variables can be set in order to further customize datadog_backup:
environment variable | description | default |
---|---|---|
DD_SITE_URL | Describe the API endpoint to connect to (https://api.datadoghq.eu for example) | https://api.datadoghq.com |
DD_API_KEY | The API key for the Datadog account | none |
DD_API_KEY | The Application key for the Datadog account | none |
See example/ for an example implementation as a repo that backs up your Datadog dashboards hourly.
Releases are cut using semantic-release.
Please write commit messages following Angular commit guidelines
FAQs
Unknown package
We found that datadog_backup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.