By default don't archive media

main
Bob Mottram 2022-08-29 15:18:21 +01:00
parent 209c493306
commit f667c54050
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ def _command_options() -> None:
default=None,
help='Archive old files to the given directory')
parser.add_argument('--archiveweeks', dest='archiveWeeks', type=int,
default=4,
default=0,
help='Specify the number of weeks after which ' +
'media will be archived')
parser.add_argument('--maxposts', dest='archiveMaxPosts', type=int,