d721a688d0 
					 
					
						
						
							
							Makefile: copy zstd-sys into build  
						
						
						
						
					 
					
						2019-03-07 12:57:04 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4203908a9e 
					 
					
						
						
							
							depend on zstd 1.3.8  
						
						... 
						
						
						
						On debiln  stretch, you need to install that from debian backuports ... 
						
						
					 
					
						2019-03-07 12:53:19 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d04c67b8a9 
					 
					
						
						
							
							cargo: patch zstd-sys to use system library  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-07 12:18:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cd3b9a068f 
					 
					
						
						
							
							Revert "TEMP: dynamically link against liblz4 for testing"  
						
						... 
						
						
						
						This reverts commit dc04ce7fe5 
						
						
					 
					
						2019-03-07 12:18:38 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						25e77d3877 
					 
					
						
						
							
							src/cli/command.rs: print_bash_completion - avoid crash  
						
						
						
						
					 
					
						2019-03-07 12:14:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						141f062e08 
					 
					
						
						
							
							src/backup/chunk_store.rs: use zstd compression insteadf of lz4  
						
						... 
						
						
						
						Provides better compressionm rate, and is still fast. 
						
						
					 
					
						2019-03-07 11:42:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d2690f74bb 
					 
					
						
						
							
							src/backup/chunk_store.rs: read_chunk - clear buffer before calling read_to_end  
						
						
						
						
					 
					
						2019-03-07 10:40:01 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dc04ce7fe5 
					 
					
						
						
							
							TEMP: dynamically link against liblz4 for testing  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-07 08:44:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2ae7d196b9 
					 
					
						
						
							
							src/bin/proxmox-backup-client.rs: correctly strip file extension  
						
						
						
						
					 
					
						2019-03-06 11:18:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f91249351 
					 
					
						
						
							
							src/bin/proxmox-backup-client.rs: impl restore  
						
						
						
						
					 
					
						2019-03-06 11:02:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						01a1342364 
					 
					
						
						
							
							src/api2/admin/datastore.rs: impl list_snapshot_files  
						
						
						
						
					 
					
						2019-03-06 11:02:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						58e99e138e 
					 
					
						
						
							
							src/backup/backup_info.rs: new helper to list files  
						
						
						
						
					 
					
						2019-03-06 11:02:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dd79265a8a 
					 
					
						
						
							
							src/api2/admin/datastore/catar.rs: use archive_name directly  
						
						
						
						
					 
					
						2019-03-06 11:02:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a6b7551311 
					 
					
						
						
							
							src/client/http_client.rs: impl download  
						
						
						
						
					 
					
						2019-03-06 11:02:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c28e6f4b13 
					 
					
						
						
							
							buildsys: copy proxmox-protocol to build/  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-06 09:39:30 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6716f30bbc 
					 
					
						
						
							
							add protocol test client  
						
						... 
						
						
						
						This uses futures for everything which is mostly useful as a
test to see if the protocol crate's non-blocking I/O support
can handle it...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-06 10:26:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e2d007f76e 
					 
					
						
						
							
							api2/admin/datastore: add a backup protocol test api path  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-06 10:26:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac4e349b5e 
					 
					
						
						
							
							import proxmox-protocol crate  
						
						... 
						
						
						
						This is supposed to contain only the parts necessary to
communicate with the server via the proxmox backup protocol.
(Including the chunker, which is currently `include!()`d
from the main crate.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-06 10:26:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e3062f87b1 
					 
					
						
						
							
							fixed_index: split add_chunk/add_digest  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-06 10:25:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c3bb97e59c 
					 
					
						
						
							
							fixed_index: impl Send for FixedIndexWriter  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-06 10:25:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b7ade9e78 
					 
					
						
						
							
							backup/datastore: expose insert_chunk method  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-06 10:25:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						91ebea8262 
					 
					
						
						
							
							router: add upgrade method  
						
						... 
						
						
						
						This is just an Async GET method, but semantically
different, so it gets its own router method.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-06 10:25:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80822b95b1 
					 
					
						
						
							
							src/bin/proxmox-backup-client.rs: sort list results  
						
						
						
						
					 
					
						2019-03-06 07:20:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fba30411fb 
					 
					
						
						
							
							src/bin/proxmox-backup-client.rs: allow to set backup-id  
						
						
						
						
					 
					
						2019-03-06 07:02:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						21ea0158b4 
					 
					
						
						
							
							src/client/http_client.rs: remove debug statement  
						
						
						
						
					 
					
						2019-03-06 06:45:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d49746481c 
					 
					
						
						
							
							docs: remove generated-index.rst and  search-page.rst  
						
						... 
						
						
						
						This does not work as expected. 
						
						
					 
					
						2019-03-05 18:36:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b933ed7f80 
					 
					
						
						
							
							docs: add manual page for proxmox-backup-proxy  
						
						
						
						
					 
					
						2019-03-05 18:14:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b246b2a635 
					 
					
						
						
							
							docs: define author and version inside epilog.rst  
						
						
						
						
					 
					
						2019-03-05 17:42:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ba3a60b2a4 
					 
					
						
						
							
							src/client/http_client.rs: store/load ticket in xdg runtime dir, depend on crate xdg  
						
						
						
						
					 
					
						2019-03-05 12:56:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8f94534d4 
					 
					
						
						
							
							src/api2/access.rs: authenticate_user() - add ticket login  
						
						
						
						
					 
					
						2019-03-05 12:56:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5662b04e9 
					 
					
						
						
							
							src/tools/ticket.rs: define const TICKET_LIFETIME  
						
						
						
						
					 
					
						2019-03-05 12:56:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53cafb5925 
					 
					
						
						
							
							src/tools.rs: impl file_get_json()  
						
						
						
						
					 
					
						2019-03-05 12:56:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						391d310741 
					 
					
						
						
							
							backup_info: BackupDir shortcut  
						
						... 
						
						
						
						Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-05 10:15:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						93b49ce38a 
					 
					
						
						
							
							backup_info: use two independent Into<String> types  
						
						... 
						
						
						
						there's no reason to force them to be the same input type
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-03-05 09:13:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ec3ec3f9a 
					 
					
						
						
							
							src/bin/proxmox-backup-client.rs: print backup duration  
						
						
						
						
					 
					
						2019-03-05 08:11:40 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d57474e055 
					 
					
						
						
							
							src/backup/backup_info.rs: improve docs  
						
						
						
						
					 
					
						2019-03-05 07:28:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b3483782d1 
					 
					
						
						
							
							src/backup/backup_info.rs: move code into separate file  
						
						... 
						
						
						
						Also changed create_backup_dir() parameters - uses &BackupDir now. 
						
						
					 
					
						2019-03-05 07:18:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b01a22507 
					 
					
						
						
							
							src/backup/datastore.rs: add helper to sort backup lists  
						
						
						
						
					 
					
						2019-03-04 18:20:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						875fb1c01a 
					 
					
						
						
							
							src/backup/datastore.rs: use unix epoch to create DateTime  
						
						... 
						
						
						
						To make sure that we have a timestamp without nanosecond. 
						
						
					 
					
						2019-03-04 17:58:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						38f8815925 
					 
					
						
						
							
							src/backup/datastore.rs: use new() function to create structs  
						
						
						
						
					 
					
						2019-03-04 17:44:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b492eb256 
					 
					
						
						
							
							src/backup/datastore.rs: protect BackupDir fields, impl new()  
						
						
						
						
					 
					
						2019-03-04 13:51:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1e9a94e579 
					 
					
						
						
							
							src/backup/datastore.rs: protect BackupGroup fields, impl new()  
						
						
						
						
					 
					
						2019-03-04 13:38:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cdebd467e6 
					 
					
						
						
							
							src/bin/proxmox-backup-client.rs: simply log to stdout  
						
						
						
						
					 
					
						2019-03-04 09:38:34 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f72dfd2d10 
					 
					
						
						
							
							src/backup/datastore.rs: make sure timestamp does not contains nanoseconds  
						
						... 
						
						
						
						Because we want simple, readable file names. 
						
						
					 
					
						2019-03-04 09:37:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						219ef0e6ca 
					 
					
						
						
							
							src/catar/encoder.rs: add verbose flags  
						
						
						
						
					 
					
						2019-03-04 08:01:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e0b8ce6424 
					 
					
						
						
							
							src/catar/encoder.rs: skip RAMFS  
						
						... 
						
						
						
						unless explicitly selected. 
						
						
					 
					
						2019-03-04 06:48:47 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						597a92039e 
					 
					
						
						
							
							src/bin/proxmox-backup-client.rs: rename create into backup  
						
						
						
						
					 
					
						2019-03-03 11:46:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6f62c9240a 
					 
					
						
						
							
							src/api2/admin/datastore.rs: imp delete_snapshot  
						
						
						
						
					 
					
						2019-03-03 11:29:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af926291e0 
					 
					
						
						
							
							avoid compiler warning  
						
						
						
						
					 
					
						2019-03-03 09:52:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e77a02ed87 
					 
					
						
						
							
							catar api: cleanup parameter names  
						
						
						
						
					 
					
						2019-03-03 09:48:32 +01:00