search for: sourcehostname

Displaying 1 result from an estimated 1 matches for "sourcehostname".

Did you mean: source_host_name
2017 May 01
1
rsync with delete option creates and deletes dot files
...d 2.6.8 on the source host (daemon). The rysnc command I use is; /usr/bin/rsync -aHzS --partial --numeric-ids --delete --timeout=3600 \ --contimeout=180 \ --exclude-from=/path/to/excludelist \ --log-file=/path/to/logfile \ <sourcehostname>::host_backup /path/to/dest_dir The rsync log on the client shows the following; <quote> 2017/05/01 04:19:41 [90534] receiving file list 2017/05/01 04:20:03 [90534] *deleting bin/.zcat.19441 2017/05/01 04:20:03 [90534] *deleting bin/.gzip.19441 ... </quote> Is this normal, or...