Dan Helfman
							
						 | 
						
							
							
								f42890430c
							
							Add code style plugins to enforce use of Python f-strings and prevent single-letter variables.
						 | 
						2 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								55c153409e
							
							Add "source_directories_must_exist" option to NEWS (#501).
						 | 
						2 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								31d04d9ee3
							
							Optionally error if a source directory does not exist.
						 | 
						2 years ago | 
					
				
					
						
							
								   Divyansh Singh
							
						 | 
						
							
							
								f803836416
							
							reformat
						 | 
						2 years ago | 
					
				
					
						
							
								   Divyansh Singh
							
						 | 
						
							
							
								997f60b3e6
							
							add tests
						 | 
						2 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								5d19d86e4a
							
							Add flake8-quotes to complain about incorrect quoting so I don't have to!
						 | 
						2 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								a071e02d20
							
							With the "create" action and the "--list" ("--files") flag, only show excluded files at verbosity 2 (#620).
						 | 
						2 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								dbf8301c19
							
							Add "checkpoint_volume" configuration option to creates checkpoints every specified number of bytes.
						 | 
						2 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								d7a07f0428
							
							Support status character changes in Borg 2.0.0b5 when filtering out special files that cause Borg to hang.
						 | 
						2 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								c6582e1171
							
							Internally support new Borg 2.0.0b5 "--filter" status characters / item flags for the "create" action.
						 | 
						2 years ago | 
					
				
					
						
							
								   palto42
							
						 | 
						
							
							
								fd7ad86daa
							
							conditional warning for excluding special files
						 | 
						2 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								c657764367
							
							Fix logs that interfere with JSON output by making warnings go to stderr instead of stdout (#602).
						 | 
						2 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								9c42e7e817
							
							Fix regression in which "check" action errored on certain systems (#597, #598).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								953277a066
							
							Fix special file detection when broken symlinks are encountered (#596).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								a31ce337e9
							
							Skip auto-exclusion of special files when user explicitly sets read_special to true (#587).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								c31702d092
							
							Fix for potential data loss with "patterns_from". Also, display excluded files (#590).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								ae036aebd7
							
							When the "read_special" option is true or database hooks are enabled, auto-exclude special files for a "create" action to prevent Borg from hanging (#587).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								ac7c7d4036
							
							Warn when ignoring a configured "read_special" value of false, as true is needed when database hooks are enabled (#587).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								679bb839d7
							
							Fix hang when database hooks are enabled and "patterns" contains a parent directory of "~/.borgmatic" (#582).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								c46f2b8508
							
							Fix conflict between "patterns" and "source_directories" (#574), make "source_directories" optional (#542).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								462326406e
							
							Drop only-style actions like "--create", rename "prune --files" to "prune --list", and add "--list" alias to "create" and "export-tar" (#571).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								f47c98c4a5
							
							Rename several configuration options to match Borg 2 (#557).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								a05d0f378e
							
							Factor out repository/archive flags formatting code from create action (#557).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								2898e63166
							
							Update create action for Borg 2 support (#557).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								457ed80744
							
							Fix environment variable plumbing so options in one configuration file aren't used for others (#555).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								e76bfa555f
							
							Reduce the default consistency check frequency and support configuring the frequency independently for each check (#523).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								28fef3264b
							
							Fix handling of "patterns_from" and "exclude_from" options to error instead of warning when referencing unreadable files and running "create" action (#486).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								9161dbcb7d
							
							Removing unnecessary leading underscores from functions.
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								4b3027e4fc
							
							Add test for new working_directory option (#431).
						 | 
						3 years ago | 
					
				
					
						
							
								   Dan Helfman
							
						 | 
						
							
							
								0eb2634f9b
							
							Working directory option to support source directories with relative paths (#431).
						 | 
						3 years ago |