Cite This Page
Bibliographic details for Developer Documentation
- Page name: Developer Documentation
- Author: Proxmox Backup Server contributors
- Publisher: Proxmox Backup Server.
- Date of last revision: 13 December 2023 12:44 UTC
- Date retrieved: 16 January 2026 13:16 UTC
- Permanent URL: https://pbs.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=120
- Page Version ID: 120
Citation styles for Developer Documentation
APA style
Developer Documentation. (2023, December 13). Proxmox Backup Server. Retrieved 13:16, January 16, 2026 from https://pbs.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=120.
MLA style
"Developer Documentation." Proxmox Backup Server. 13 Dec 2023, 12:44 UTC. 16 Jan 2026, 13:16 <https://pbs.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=120>.
MHRA style
Proxmox Backup Server contributors, 'Developer Documentation', Proxmox Backup Server, 13 December 2023, 12:44 UTC, <https://pbs.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=120> [accessed 16 January 2026]
Chicago style
Proxmox Backup Server contributors, "Developer Documentation," Proxmox Backup Server, https://pbs.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=120 (accessed January 16, 2026).
CBE/CSE style
Proxmox Backup Server contributors. Developer Documentation [Internet]. Proxmox Backup Server; 2023 Dec 13, 12:44 UTC [cited 2026 Jan 16]. Available from: https://pbs.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=120.
Bluebook style
Developer Documentation, https://pbs.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=120 (last visited January 16, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Proxmox Backup Server",
title = "Developer Documentation --- Proxmox Backup Server{,} ",
year = "2023",
url = "https://pbs.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=120",
note = "[Online; accessed 16-January-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Proxmox Backup Server",
title = "Developer Documentation --- Proxmox Backup Server{,} ",
year = "2023",
url = "\url{https://pbs.proxmox.com/mediawiki/index.php?title=Developer_Documentation&oldid=120}",
note = "[Online; accessed 16-January-2026]"
}