Hello guys,
I have a problem when I try to back up some folders but before I go into the details, let me do the following disclaimer
I have Kubuntu 16.04. I know that it's not supported anymore, so I won't take it personally if you tell me you can't help me. Anyway I intend to install Kubuntu 20.04 soon.
Now if you agree to look at my problem, here it is
I successfully installed Deja Dup, opened it and indicated which folder I wanted to save, and where to put it, but when I press the button 'Back up now', I get an error 'Backup failed, couldn't understand duplicity version'. I found these two pages:
https://askubuntu.com/questions/826646/backup-failed-could-not-understand-duplicity-version
and
https://askubuntu.com/questions/8266...licity-version
but none of the solution presented seemed to work. When I do
I get
so I wonder if this duplicity is really installed in the right place. If I enter
, I get
Any suggestion?
Thanks for reading me.
I have a problem when I try to back up some folders but before I go into the details, let me do the following disclaimer
I have Kubuntu 16.04. I know that it's not supported anymore, so I won't take it personally if you tell me you can't help me. Anyway I intend to install Kubuntu 20.04 soon.
Now if you agree to look at my problem, here it is
I successfully installed Deja Dup, opened it and indicated which folder I wanted to save, and where to put it, but when I press the button 'Back up now', I get an error 'Backup failed, couldn't understand duplicity version'. I found these two pages:
https://askubuntu.com/questions/826646/backup-failed-could-not-understand-duplicity-version
and
https://askubuntu.com/questions/8266...licity-version
but none of the solution presented seemed to work. When I do
Code:
echo $PATH
Code:
/home/me/anaconda3/bin:/home/me/anaconda3/condabin:/home/me/bin:/home/me/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Code:
duplicity --version
Code:
duplicity 0.7.06
Thanks for reading me.
Comment