Skip to content

feature request: allow full vykar cli backups to use --repo and --source arguments #86

@goebbe

Description

@goebbe

Testing vykar 0.12.12 on Linux.

The following works well
vykar backup --repo NAS --source: home

But If I want a 'full backup' (i.e. backup, prune, compact, check) of repo NAS and source home, I get an error message:

vykar --repo NAS --source home
error: unexpected argument '--repo' found

Usage: vykar [OPTIONS] [COMMAND]

For more information, try '--help'.

It would be great if the vykar would allow the --repo and --source command line arguments, for full backups.

I realize that --source is only applied for
vykar backup and
vykar prune

vykar compact and
vykar check
are applied to the repository - and don't use --source (currently they throw an error if --source is specified).
Perhaps these commands could run using the --repo argument - and just throw a warning that --source is ignored (in cases where --source is specified.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions