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. |
Beta Was this translation helpful? Give feedback.
-
Hi - just tried Vorta for the first time and love it! ...but immediately saw this same issue. Will try the workaround - thanks! |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
...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. |
Beta Was this translation helpful? Give feedback.
-
In that case we would need a switch to show hidden files in the selector. Would this work as checkbox in the Misc options? |
Beta Was this translation helpful? Give feedback.
-
that would be fine - thanks! |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Thanks @rbange the workaround worked. |
Beta Was this translation helpful? Give feedback.
-
This does allow you to see |
Beta Was this translation helpful? Give feedback.
-
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.bashrc
etc.I can add hidden directories like
.ssh
or.vim
using 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..bashrc
in the list, but it's not able to be selected.Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions