Displaying 3 results from an estimated 3 matches for "axz".
Did you mean:
ax
2002 Dec 23
1
deflate on token returned 0 (16384 bytes left)
Hello All,
I have searched for this error and found similiar errors, but
everything seems to indicate that this should be fixed in the 2.5.5
version.
rsync version 2.5.5 protocol version 26
I am running rsync with -axz, trying to sync up a large gz file :
Source machine:
-rw-r--r-- 1 root other 175214792 Dec 22 00:17 /export/tools2/local/etc/httpd/logs/access/access_log.12-22-02.gz
Destination:
-rw-r--r-- 1 root other 103372258 Dec 19 00:18 access_log.12-22-02.gz
Rsync is running with rsh...
2018 Sep 09
1
Type enforcement / mechanism not clear
On 09/09/2018 07:19 AM, Daniel Walsh wrote:
> sesearch -A -s httpd_t -t system_conf_t -p read
>
> If you feel that these files should not be part of the base_ro_files
> then we should open that for discussion.
I think the question was how users would know that the policy allowed
access, as he was printing rules affecting httpd_t's file read access,
and looking for
2005 Jul 04
0
[Bug 2847] New: Group not preserved with rsync 2.6.3 on Cygwin in daemon mode
...39;m setting up a backup system for Windows and Linux manchines based on rsync.
The backup server is a Linux Debian Sarge with rsync 2.6.5 and winbind
configured in order to preserve ownership and group of files transferred from
Windows Workstations (with rsync running as daemon).
Issuing a rsync -axz rsync://windowsmachine/module/ /backupstorage/ with a high
level of verbosity I notice that the group is always transmitted as "mkgroup"
instead of real group name, thus the backup server can't handle the group and
saves the file with the original gid (from log: gid 11003(mkgroup) map...