mirror of
				https://git.proxmox.com/git/proxmox-backup
				synced 2025-11-02 15:18:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			799 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			799 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
==========================
 | 
						|
proxmox-backup-proxy
 | 
						|
==========================
 | 
						|
 | 
						|
.. include:: ../epilog.rst
 | 
						|
 | 
						|
-------------------------------------------------------------
 | 
						|
Proxmox Backup Public API Server
 | 
						|
-------------------------------------------------------------
 | 
						|
 | 
						|
:Author: |AUTHOR|
 | 
						|
:Version: Version |VERSION|
 | 
						|
:Manual section: 1
 | 
						|
 | 
						|
 | 
						|
Synopsis
 | 
						|
==========
 | 
						|
 | 
						|
This daemon is normally started and managed as ``systemd`` service::
 | 
						|
 | 
						|
 systemctl start proxmox-backup-proxy
 | 
						|
 | 
						|
 systemctl stop proxmox-backup-proxy
 | 
						|
 | 
						|
 systemctl status proxmox-backup-proxy
 | 
						|
 | 
						|
For debugging, you can start the daemon in forground using::
 | 
						|
 | 
						|
 proxmox-backup-proxy
 | 
						|
 | 
						|
.. NOTE:: You need to stop the service before starting the daemon in
 | 
						|
   foreground.
 | 
						|
 | 
						|
Description
 | 
						|
============
 | 
						|
 | 
						|
.. include:: description.rst
 | 
						|
 | 
						|
 | 
						|
.. include:: ../pbs-copyright.rst
 | 
						|
 |