I would like to create a full system backup using the duplicity.
Accordingly, I created a backup of the root directory /, excluding /proc, /sys, /tmp, and /mnt.
However, when trying to restore the backup to the root directory, I got the following error:
Restore destination directory / already exists. Will not overwrite. Upon adding the --force option to the command, I receive a series of [Errno 17] errors, stating that various files already exist.
Is it the case that to restore a duplicity backup, the destination file system must have enough space to extract the restoration to a temporary directory? It would then be up to the user to merge the backup data and existing system?