hmmmm
This commit is contained in:
2
main.py
2
main.py
@@ -30,7 +30,7 @@ def arguments_parser():
|
|||||||
'and can also contains the BackandUp own configuration.')
|
'and can also contains the BackandUp own configuration.')
|
||||||
parser.add_argument('--composefile', action='store', default='./docker-compose.yml',
|
parser.add_argument('--composefile', action='store', default='./docker-compose.yml',
|
||||||
help='compose file to parse. By default it looks for a docker-compose.yml in its folder.')
|
help='compose file to parse. By default it looks for a docker-compose.yml in its folder.')
|
||||||
parser.add_argument('--sshfolder', action='store', default=f'{os.path.expanduser( '~' )}/.ssh',
|
parser.add_argument('--sshfolder', action='store', default=f"{os.path.expanduser('~')}/.ssh",
|
||||||
help='ssh folder for sftp connection. By default it uses ~/.ssh.')
|
help='ssh folder for sftp connection. By default it uses ~/.ssh.')
|
||||||
parser.add_argument('-x', '--bindexclude', action='store', default=None,
|
parser.add_argument('-x', '--bindexclude', action='store', default=None,
|
||||||
help='Patterns of volume or bind to exclude from the backup.')
|
help='Patterns of volume or bind to exclude from the backup.')
|
||||||
|
|||||||
Reference in New Issue
Block a user