Re: Is there a default for 'pid file' for rsync in daemon mode?

2021-01-02 Thread Wayne Davison via rsync
On Fri, Jan 1, 2021 at 2:13 PM raf wrote:

> maybe the pidfile should be locked
>

https://download.samba.org/pub/rsync/NEWS#3.2.0

..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Bug when using rsync -r --delete -b --backup-dir

2021-01-02 Thread Henri Shustak via rsync
You may wish to take a look at LBackup : http://www.lbackup.orgPlease note as one of the developers I am biased.On 24/11/2020, at 10:33 AM, CRTS via rsync  wrote:Consider following directory structure:mkdir -p src/empty tgt bkpwhen making an initial backup withrsync -r src/ tgtthen the empty directory in src will be copied to tgt. However, if thedirectory is removed from srcrmdir src/emptyand rsync is run likersync -r --delete -b --backup-dir=../bkp src/ tgt/then the empty directory does end up in bkp. I am using the --backup-dirand the --delete option to move an outdated snapshot to another directoryby backing up an empty directory. I was expecting that the entiredirectory structure to be preserved. Apparently this is not the casefor empty directories.Can this be fixed? Is this even the right place to file a bug report? Ido not have a github account to do this on github.-- Please use reply-all for most replies to avoid omitting the mailing list.To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsyncBefore posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Is there a default for 'pid file' for rsync in daemon mode?

2021-01-02 Thread raf via rsync
On Sat, Jan 02, 2021 at 11:41:52AM -0800, Wayne Davison  
wrote:

> On Fri, Jan 1, 2021 at 2:13 PM raf wrote:
> 
> > maybe the pidfile should be locked
> >
> 
> https://download.samba.org/pub/rsync/NEWS#3.2.0
> 
> ..wayne..

lovely. it must have been an old version.

cheers,
raf


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html