Comment 3 for bug 1504766

Revision history for this message
Germar (germar) wrote :

The destination folder would need at least rwx (0700). But thats not a permission problem. Permission problems would raise 'Permission denied' error.

Do you run BackInTime as regular user and are there files inside the last snapshot which are not owned by you? Check this out:
find ./ ! -user "$(whoami)" -ls