Ignore .lck files during backup
This commit is contained in:
		| @@ -42,6 +42,8 @@ public class CompressWorkdirProcess extends CompressProcess { | |||||||
| 				return true; | 				return true; | ||||||
| 			if (new File(getSourceDir(), "logs").equals(file)) | 			if (new File(getSourceDir(), "logs").equals(file)) | ||||||
| 				return true; | 				return true; | ||||||
|  | 			if (file.isFile() && file.getName().endsWith(".lck")) | ||||||
|  | 				return true; | ||||||
| 			return false; | 			return false; | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user