Replies: 11 comments 6 replies
|
@d5ve I experienced the same bug today, but was not able to quick-fix it in the code :/ Nevertheless, you can work around this by modifying Just make sure that Vorta is not running while doing this. |
|
Hi - just tried Vorta for the first time and love it! ...but immediately saw this same issue. Will try the workaround - thanks! |
|
Qt probably has an option to show hidden files. Still not sure this is needed, since hidden files will be included in the backup, if you select the parent folder. |
|
...I don't want to select the parent folder as that is my user folder containing too many things I do not wish to backup. |
|
In that case we would need a switch to show hidden files in the selector. Would this work as checkbox in the Misc options? |
|
that would be fine - thanks! |
|
I can confirm that it's possible to add hidden folders, but not hidden files. Let's see if there is an option for that. |
|
As a workaround, we could override the native file dialog and replace it with the Qt dialog. https://doc.qt.io/qt-5/qfiledialog.html#Option-enum Also, I found this: https://www.howtogeek.com/211496/how-to-hide-files-and-view-hidden-files-on-mac-os-x/. Seems to just be Command+Shift+Period to show files. |
|
Thanks @rbange the workaround worked. |
This does allow you to see |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I can see hidden files in the "Add File" sources browser (by hitting
Cmd-shift-.), however they are not selectable, and appeared greyed-out. This means I can't easily backup files like.bashrcetc.I can add hidden directories like
.sshor.vimusing the "Add Folder" sources browser.Is there a way to add dotfiles to the backup sources? I'm happy to manually edit a config file if necessary, though I don't know where they are for Vorta.
To Reproduce
Steps to reproduce the behavior:
Cmd-shift-.to have the file browser show hidden files..bashrcin the list, but it's not able to be selected.Desktop (please complete the following information):
All reactions