14 lines
		
	
	
		
			269 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			269 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/python3
 | |
| """
 | |
| .. moduleauthor:: Eric Torres
 | |
| 
 | |
| Delete old snapshots.
 | |
| 
 | |
| Command-Line Arguments
 | |
| ======================
 | |
| 
 | |
| * --debug               show debug messages
 | |
| * -s, --run-post-sync   run sync syscall after backup
 | |
| * -v, --verbose         show info messages
 | |
| """
 |