Frederik Möllers

Results 17 comments of Frederik Möllers

Yes, the issue path is an empty directory. I use the pre- and post-backup scripts to mount a samba share into the directory. The backup is then on the share....

I just confirmed this in the code: In [src/vorta/borg/create.py#L99](https://github.com/borgbase/vorta/blob/master/src/vorta/borg/create.py#L99), the pre-backup command is executed. When the thread ends (read: after `borg create` finishes), [#L46](https://github.com/borgbase/vorta/blob/master/src/vorta/borg/create.py#L46) executes the post-backup command. However, this...

I guess an argument to the scripts would be easiest and least intrusive. It doesn't need any GUI changes and lets the script decide what to do depending on the...

> Is there timing for this? Unfortunately, no. I will try to dedicate some time to this, but I can't give any estimates at the moment. If anyone is interested...

I have a PR almost ready with the functionality. One question rose, though: Would it be useful to execute the commands on *every* action? This would even include running the...

Wow, that's a lot of (unexpected but very welcome) feedback :) Thanks a lot for giving this so much thought! I really like the idea of having a simple UI...

Well the thread is up to date, but unfortunately there's no PR yet. I have to admit I haven't looked into this for quite a while since I stopped doing...

The easiest method would probably be to transfer the docker volumes and then run docker-compose on the target servers again. The suite will still run in docker, then. If you...

I successfully tested the fork on Debian stretch. It works exactly like the original. There's an issue with xscreensaver, but it's unrelated to pam_usb. It seems to be a problem...

There seems to be a bug with (at least) xscreensaver under Debian stretch. When using pam_usb for authentication only (no agent functionality like automatic screen unlock), it sometimes hangs during...