-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
priority:lowNice to have feature, minor improvement to functionality or usabilityNice to have feature, minor improvement to functionality or usabilitytype:enhancementImprovement of an existing functionImprovement of an existing function
Description
Describe the bug
The Vorta Backup does not work if there is a config file with settings in .ssh/
To Reproduce
Steps to reproduce the behavior:
- Go to Vorta
- Click on Backup now
- See error : ERROR: Connection closed by remote host. Is borg working on server ?
Then to workaround it do:
- Move or remove your config eg.
mv .ssh/config .ssh/myconfig-backup - Go to Vorta
- Click on Backup now
- Backups now working
Desktop (please complete the following information):
- OS: Ubuntu 20.10
- Vorta version: v0.7.1
- Borg version: 1.1.13
- Installed from: Ubuntu Software (flatpak-system)
Additional context
When the error occurs, logs are displaying :
vorta.borg.borg_thread - INFO - Running command /app/bin/borg create --list --progress --info --log-json --json --filter=AM -C lz4 /home/user/yolo
vorta.borg.borg_thread - WARNING - Remote: Bad owner or permissions on /home/user/.ssh/config
vorta.borg.borg_thread - ERROR - Connection closed by remote host. Is borg working on the server?
When I apply the workaround, logs are displaying:
vorta.borg.borg_thread - DEBUG - Using VortaSecretStorageKeyring keyring to store passwords.
asyncio - DEBUG - Using selector: EpollSelector
root - DEBUG - Found 1 passwords matching repo URL.
vorta.borg.borg_thread - INFO - Running command /app/bin/borg create --list --progress --info --log-json --json --filter=AM -C lz4 [....] /home/user/yolo
vorta.borg.borg_thread - INFO - Creating archive at "[....]"
vorta.borg.borg_thread - INFO - Remote: Storage quota [....]
I'm not sure, but it seems related to #526
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:lowNice to have feature, minor improvement to functionality or usabilityNice to have feature, minor improvement to functionality or usabilitytype:enhancementImprovement of an existing functionImprovement of an existing function