No such file or directory during fonts backup#217
No such file or directory during fonts backup#217alichtman merged 3 commits intoalichtman:masterfrom
Conversation
|
Hey there! Thanks for reporting this. Can you give me some information about your setup (OS, shallow-backup version, etc.)? How do you not have a fonts directory? Is this on an ssh-only/no-graphics system? |
|
Sure! |
|
Yep, the
Agreed. |
alichtman
left a comment
There was a problem hiding this comment.
Fix codacy issue and then I'll merge.
|
Let's add a log statement saying that font backup is being skipped or something. |
|
Thanks for the contribution, @robbixc! |
Hey there :)
During backup execution (with -all flag) I get
No such file or directoryon the fonts directory, which apparently doesn't exist on my system.So here's the fix that simply check if the dir exists before doing anything
Hope it helps and thanks for this very useful tool!