mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 03:06:29 +00:00 
			
		
		
		
	The repack operation copies all selected blobs from a set of pack files into new pack files. For prune the source and destination repositories are identical. To implement copy, just use a different source and destination repository.
		
			
				
	
	
		
			11 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Enhancement: Improve speed of copy command
 | 
						|
 | 
						|
The copy command could require a long time to copy snapshots for non-local
 | 
						|
backends. This has been improved to provide a throughput comparable to the
 | 
						|
restore command.
 | 
						|
 | 
						|
In addition, the command now displays a progress bar.
 | 
						|
 | 
						|
https://github.com/restic/restic/issues/2923
 | 
						|
https://github.com/restic/restic/pull/3513
 |