rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] [bug] Excluding hidden files the wrong way does


From: Adrian Klaver
Subject: Re: [rdiff-backup-users] [bug] Excluding hidden files the wrong way doesn't result in an error
Date: Wed, 4 Jan 2017 11:11:49 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

On 01/04/2017 11:00 AM, Ilario wrote:
Excluding a hidden file without full path doesn't rise an error (as
happens with non hidden files) and copies it anyway; e.g.

mkdir temp
cd temp
mkdir .one
mkdir .two
mkdir three
mkdir four
rdiff-backup --exclude .one --exclude ./.two --exclude ./three . ../backup
ls -a ../backup
.  ..  four  .one  rdiff-backup-data

copies also the .one file and gives no warning.

I am not seeing a .one file I see a .one/ directory so I would say you need to do:

--exclude .one**

Does the dot have a special meaning there?
Thanks,
Ilario

_______________________________________________
rdiff-backup-users mailing list at address@hidden
https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki



--
Adrian Klaver
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]