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.?
Testing vykar 0.12.12 on Linux.
The following works well
vykar backup --repo NAS --source: homeBut If I want a 'full backup' (i.e. backup, prune, compact, check) of repo NAS and source home, I get an error message:
It would be great if the
vykarwould allow the--repoand--sourcecommand line arguments, for full backups.I realize that
--sourceis only applied forvykar backupandvykar prunevykar compactandvykar checkare 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
--repoargument - and just throw a warning that--sourceis ignored (in cases where--sourceis specified.?