You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is no shell variable to query network metered status. For example, I want to create a backup locally, while also uploading the backup to a generic Internet server. There is no way for me to find out whether the network is metered, without doing some long OS-specific scripting, while Vorta already knows the metered status of the network.
Describe the solution you'd like
Add a shell variable. something like $metered to query the status. We already have an is_network_metered method, so it should just call that.
Issue is communicating the null state, when Vorta doesn't know if the network is metered or not.
Describe alternatives you've considered
Use OS-specific methods to get the metered status.
This discussion was converted from issue #673 on February 15, 2021 07:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
There is no shell variable to query network metered status. For example, I want to create a backup locally, while also uploading the backup to a generic Internet server. There is no way for me to find out whether the network is metered, without doing some long OS-specific scripting, while Vorta already knows the metered status of the network.
Describe the solution you'd like
Add a shell variable. something like
$metered
to query the status. We already have anis_network_metered
method, so it should just call that.Issue is communicating the null state, when Vorta doesn't know if the network is metered or not.
Describe alternatives you've considered
Use OS-specific methods to get the metered status.
Beta Was this translation helpful? Give feedback.
All reactions