I am trying to include a folder in the current directory from where i'm backup up from.
./example
but I get a error!
cannot match any files in the base directory
I am 100% sure that the file exists
I am trying to include a folder in the current directory from where i'm backup up from.
./example
but I get a error!
cannot match any files in the base directory
I am 100% sure that the file exists
I was having the same issue today, and I tried everything I could think of to have duplicity recognize a relative path, in the end, I just used the absolute paths instead (/home/myuser/dir
instead of ~/dir
or ./dir
) and it works. It's not as pretty but it gets the job done.
./example
– Danny Mills May 21 '21 at 11:59