I cannot think of any reason why the --force flag would not be desired when using the gzip option. Since the file is being re-created each time, it just makes sense that the compressed file would also be re-created.
Without the --force flag, the script will not run without user input (it will ask permission each time.)
I can do a pull request if you like. I've made the change locally.
I cannot think of any reason why the --force flag would not be desired when using the gzip option. Since the file is being re-created each time, it just makes sense that the compressed file would also be re-created.
Without the --force flag, the script will not run without user input (it will ask permission each time.)
I can do a pull request if you like. I've made the change locally.