This is the error message:
There is no hint how to solve it and I have no clue. For example, I am not using "python" and I have no idea why it is even in the backup. Thanks for any advice.
Code:
Traceback (most recent call last): File "/usr/lib/bup/cmd/bup-restore", line 319, in <module> wrap_main(main) File "/usr/lib/bup/cmd/../bup/compat.py", line 215, in wrap_main sys.exit(main()) File "/usr/lib/bup/cmd/bup-restore", line 256, in main mkdirp(opt.outdir) File "/usr/lib/bup/cmd/../bup/helpers.py", line 194, in mkdirp os.makedirs(d) File "/usr/lib/python3.10/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: b'/home/_kup_temporary_restore_folder_'
Comment