8 Commits

Author SHA1 Message Date
lp4n6
b435b75e1f
Update kobackupdec.py
This patch allow to run the script as normal user (ie without sudo) by setting -rx permission (ie 0o755) to directories. Indeed, Linux need -rx permissions to allow read directories contents, not only -r.

Until now chmod 0o444 at the end of the script prevent read output directories and crashes the script if ran as standard user (ie without sudo).

Also tested with Windows 10 with Python 3.8.1.
2020-01-16 11:54:15 +01:00
dfirfpi
0277282052
version 2020test 2020-01-07 20:02:52 +01:00
dfirfpi
83c3a07ca9
merged pull by @lp4n6, fixed current version
Signed-off-by: dfirfpi <francesco.picasso@gmail.com>
2020-01-07 18:45:15 +01:00
Francesco Picasso
96a9992053
Merge pull request #6 from lp4n6/patch-1
Update kobackupdec.py
2020-01-07 18:32:07 +01:00
dfirfpi
8aa2ee76b0
updated version history
Signed-off-by: dfirfpi <francesco.picasso@gmail.com>
2020-01-07 18:21:51 +01:00
lp4n6
67caeb1c73
Update kobackupdec.py
Two (obvious) typos to correct.
2019-12-12 08:20:25 +01:00
dfirfpi
d55d218c3c
Fixed double folder creation error. 2019-11-13 17:14:28 +01:00
dfirfpi
d883f4f973 Added script version 20190729 2019-07-30 17:45:21 +02:00