-
|
Hello everyone, I've seen that pika-backup supports using SFTP to create repositories and was wondering if Vorta can do the same. As far as I can tell, it uses gvfs underneath to mount the network location for the repository. I suppose I could use pika-backup instead of Vorta but I do not like its simplified UI. Since my NAS is not always on, I cannot rely on a mounted network share to always being present and therefore need the mount to be created specifially for the backup. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
@Scrath1
As a user, you may also use "gio" instead of gvfs to mount sftp: If you implement this, it would be great if you would come back to share your experience. |
Beta Was this translation helpful? Give feedback.
@goebbe
Thanks for the reply.
As I use a KDE Desktop, I am trying to avoid utilizing too much gnome stuff.
Your first suggestion unfortunately does not work for me as the NAS is not constantly on meaning the mount will fail. Typically, my PC will already be turned on when the NAS powers up.
Your second solution works with a little workaround.
As far as I am aware, it is not possible to enter pre-backup and post-backup commands before creating a repository, but to create a "local" repository you need the mountpoint to exist.
I mounted the SFTP directory once using sshfs and created my repository. Then I had to close and restart vorta because the pre and post-backup command options were gre…