Commits on Source (15)
-
Michal Hrusecky authoredVerified7518c738
-
Michal Hrusecky authoredVerifieda72769c6
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Vasilek authored
-
Michal Hrusecky authored
Add support for updating factory image without need to provide exact link.
Verifiedb34dca6e -
Michal Hrusecky authored
Document "secret" functionality that allows to import new factory image.
-
Michal Hrusecky authored
We had a request to backup snapshots to locally mounted drive. It makes sense, if you have for example connected external drive. In theory I could have switched to the directory and work there, but wanted to simplify working with remote storages and make it as similar as possible so I'm using bind mount. Should nicely "isolate" and test the selected storage.
-
Michal Hrusecky authored
Basically just alias for local://, but pointed out that some people might try it intuitively although it should be pointing to a directory and not a file.
-
Richard Muzik authored
The previous regex was matching strings that shouldn't have been matched, resulting in colons being placed in the wrong spots. Url "ssh://user@host:path/path" transformed into "user@host:path:/path"
-
Michal Hrusecky authored
Showing size of the snapshots no longer works. In the past the output of the quota command looked like this: qgroupid rfer excl -------- ---- ---- 0/5 16.00KiB 16.00KiB Nowadays it contains a patch as well and the final output is as follows: Qgroupid Referenced Exclusive Path -------- ---------- --------- ---- 0/1386 2.46GiB 60.34MiB @135 So updating schnapps to be able to parse the second output as well. In theory even better would be to use json output and do the math to get human readable output, but doing math in shell is not a great idea, so sticking with the text output for now.
-
Michal Hrusecky authored
Make sure update-factory doesn't reinstall the same image as was used the last time and make it easy to get a version of factory image for easier comparison.
-
Michal Hrusecky authored
-
Lukas Jelinek authored
-
Lukas Jelinek authored
LICENSE
0 → 100644
This diff is collapsed.