Skip to content

Commit

Permalink
Update default config
Browse files Browse the repository at this point in the history
there won't be a dedicated release for this update, edit `archive_config.json` as needed
  • Loading branch information
dingwen07 committed May 25, 2024
1 parent 30e9ff5 commit 090b043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion archive_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"ignore": [
"archive_config.json",
".archive_config.json",
".localized",
".DS_Store",
"Icon\r"
],
"check_access_time": true,
"by_osx_date_added": true,
"disable_check_osx_date_added": false,
"log_level": "ERROR",
"debug": false,
"debug_archive_threshold": 1,
"debug_disable_check_osx_date_added": false,
"revert": ""
}
2 changes: 1 addition & 1 deletion auto_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def revert(run_log, target_dir, archive_folder=ARCHIVE_FOLDER):
config = {
'archive_folder': ARCHIVE_FOLDER,
'archive_threshold': ARCHIVE_THRESHOLD,
'ignore': ['archive_config.json', '.archive_config.json', '.DS_Store', 'Icon\r'],
'ignore': ['archive_config.json', '.archive_config.json', '.localized', '.DS_Store', 'Icon\r'],
'check_access_time': False,
'by_osx_date_added': False,
'disable_check_osx_date_added': False,
Expand Down

0 comments on commit 090b043

Please sign in to comment.