Rename convert-borgmatic-config to upgrade-borgmatic-config.
This commit is contained in:
parent
f581f4b8d9
commit
999feb81ca
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,6 +1,6 @@
|
||||||
1.1.0.dev0
|
1.1.0.dev0
|
||||||
|
|
||||||
* Switched config file format to YAML. Run convert-borgmatic-config to upgrade.
|
* Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
|
||||||
* Dropped Python 2 support. Now Python 3 only.
|
* Dropped Python 2 support. Now Python 3 only.
|
||||||
* #18: Fix for README mention of sample files not included in package.
|
* #18: Fix for README mention of sample files not included in package.
|
||||||
* #22: Sample files for triggering borgmatic from a systemd timer.
|
* #22: Sample files for triggering borgmatic from a systemd timer.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setup(
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'borgmatic = borgmatic.commands.borgmatic:main',
|
'borgmatic = borgmatic.commands.borgmatic:main',
|
||||||
'convert-borgmatic-config = borgmatic.commands.convert_config:main',
|
'upgrade-borgmatic-config = borgmatic.commands.convert_config:main',
|
||||||
'generate-borgmatic-config = borgmatic.commands.generate_config:main',
|
'generate-borgmatic-config = borgmatic.commands.generate_config:main',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue