{
    "content": [
        {
            "type": "text",
            "text": "# RRDRESTORE (man)\n\n## NAME\n\nrrdrestore - Restore the contents of an RRD from its XML dump format\n\n## SYNOPSIS\n\nrrdtool restore filename.xml filename.rrd [--range-check|-r] [--force-overwrite|-f]\n\n## DESCRIPTION\n\nThe restore function reads the XML representation of an RRD and converts it to the native RRD\nformat.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "RRDRESTORE",
        "section": "",
        "mode": "man",
        "summary": "rrdrestore - Restore the contents of an RRD from its XML dump format",
        "synopsis": "rrdtool restore filename.xml filename.rrd [--range-check|-r] [--force-overwrite|-f]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 24,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "rrdrestore - Restore the contents of an RRD from its XML dump format\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "rrdtool restore filename.xml filename.rrd [--range-check|-r] [--force-overwrite|-f]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The restore function reads the XML representation of an RRD and converts it to the native RRD\nformat.\n\nfilename.xml\nThe name of the XML file you want to restore. The special filename \"-\" (a single\ndash) is interpreted as standard input.\n\nIn order to support the restore command in pipe mode (especially when using RRDtool\nover a network connection), when using \"-\" as a filename the end of the file can be\nsignaled either by closing the data channel after the file has transferred (as would\nbe the case when using input redirection within a suitable shell) or by sending a\ncrtl-Z / newline combination. This allows one to send more commands to the RRDtool\nserver after a restore.\n\nfilename.rrd\nThe name of the RRD to restore.\n\n--range-check|-r\nMake sure the values in the RRAs do not exceed the limits defined for the various\ndata sources.\n\n--force-overwrite|-f\nAllows RRDtool to overwrite the destination RRD.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Tobias Oetiker <tobi@oetiker.ch>\n\n\n\n1.7.2                                        2022-03-17                                RRDRESTORE(1)",
                "subsections": []
            }
        }
    }
}