You are not logged in.
Pages: 1
Hi all,
I encrypted my home folder by using ecryptfs.
So far so good.
Yesterday I tried to backup the entire home folder into an external HD by using the command:
rsync -arvuL --exclude-from='file_with_path_to_exclude.txt' --delete --progress /home/userfolder /run/media/external_HDThe problem is that it looks like it double copies the data (it takes more space than the home folder itself), probably because it also copies the .Private folder.
I tried to put the .Private folder into the path to exclude, but it looks like that file is completely ignored.
Any suggestions?
Thanks a lot,
Paolo
Offline
but it looks like that file is completely ignored.
"--debug=FILTER"
Is the destination clean? Otherwise you might need --delete-excluded
Offline
Thanks for the response @seth
Destination totally clean.
This night I'll try by adding the debug option.
I think it is a "link issue", since it follows and copies the content of the .Private folder.
So the exclusion file is ignored but I got the field copied because of the "second pointer"
Offline
Pages: 1