similar to: discrepancy in file count

Displaying 20 results from an estimated 700 matches similar to: "discrepancy in file count"

2014 Jan 21
1
Cluster Size discrepancy between FAT32 and NTFS
On Tue, Jan 21, 2014 at 2:41 PM, mike setzer <qualityana at sbcglobal.net> wrote: > hello Gene, > > good to get your message > > I have not seen a link to reply to a particular thread, > so I am replying to you right now > hopefully the thread can be made to look right, also I double posted since my connection was lost > right during the first posting. Sorry, I
2003 Nov 25
1
rsync : permission denied
I have 2 servers I'm keeping synch'ed via rsync intel rh9 boxes with 2.4.20 kernel with xfs (1.3.0), acl, quota... and ootb rsync 2.5.5 rpm it works fine since a while recently I created a directory with restricted access, and I get "permission denied" error messages. this directory named RESTRICTED belongs to user "user1" group "group1" and has drwxrwx---
2010 Jul 22
1
remote vs local window discrepancy
I am utilizing an openssh tunnel between two Linux boxes. On the client box I issue the following commands to set up the tunnel; - ssh -w0:0 root at x.x.x.x -v where x.x.x.x is the IP address of the Linux system running sshd - ip addr add 10.0.5.1/32 peer 10.0.5.2 dev tun0 - ip link set tun0 up On the box running sshd I issue the following commands: - ip addr add 10.0.5.2/32 peer 10.0.5.1 dev
2004 Jul 15
3
Rsync not preserving owner/group
For some reason when using -owner -group my files end up being nobody:nobody on the destination..? This is Solaris 9. Jeremy S. Loukinas
2007 Aug 10
2
DO NOT REPLY [Bug 4873] New: rsync transfers stop when encountering Emacs autosave files with hash signs
https://bugzilla.samba.org/show_bug.cgi?id=4873 Summary: rsync transfers stop when encountering Emacs autosave files with hash signs Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2004 Apr 07
2
--suffix problem - possibly bug?
I'm having an issue with the --suffix and -b flags - I've tried the following commands: rsync -avbr --backup-dir=/rsyncbackup rsynctest user@server.com::module rsync -avbr --backup-dir=/rsyncbackup --suffix="" rsynctest user@server.com::module and either way, I wind up with a tilde as a suffix on all the files moved into the backup directory at time of synchronization.
2004 Jul 12
1
verbiage suggestion
It occurs to me that it would probably avoid a LOT of newbie confusion if instead of "bytes written" and "bytes read", the stats said "bytes sent" and "bytes received". Anybody who doesn't know better intutively tends to grasp "bytes written" as what got written *to the hard drive* rather than what got sent over the pipe. Jim Salter JRS
2003 Sep 26
1
ongoing progress
A couple of ideas about things that would be nice to see in rsync: 1. a "0.5v" option - something that would just show a progress either by file or by megabyte, ie "processing file 1,048 of 9,032" or "processing: 832 of 3,459 MB". The standard "verbose" is good for troubleshooting, but it's not very useful for gauging how much has been done and how
2004 May 05
5
rsync and Perl programming
Hi everybody - I'm trying to write a Perl wrapper for some rsync tasks that need doing. Problem is, there's some sort of odd interaction going on between Perl and the daemon mode communication for the rsync client, and I'm at my wit's end in trying to figure it out. Here's the Perl script: #####################################################
2003 Sep 08
1
continuing broken pipe problems
Hello all - I am running rsync 2.5.6 on two FreeBSD 5.0 machines. I have experimented with running rsync using ssh, with command lines like the following: rsync -rv --progress jimbo@192.68.100.10:/usr/share/smbshare /usr/home/jimbo And also with running rsync as a daemon on the master server, and syncing to it from the other machine like so: rsync -rv --progress 192.168.100.10::test
2004 Apr 22
2
Rsync Error..
Hello all, I am having a problem with rsync. I want to backup data from one machine to another remote machine. I have Freebsd4.7 on source and FreeBSD4.9 on destination machines. rsync is installed on both the machines. I gave the following command at the source machine. rsync -avvznrbe rsh /sourcepath 66.123.34.123:/destinationpath (66.123.34.123 is the destination ip address) Below is the
2004 Mar 10
0
RFE: create batch without patching
Hi, Currently, rsync --write-batch creates the batch fileset and also updates the destination. I suggest adding the ability to disable the latter. Motivation: I wish to sync two large but similar directories residing in different machines. There is a slow (dial-up) network connection between the machines, but I have physical access to both. Thus, I would like to create a batch fileset by
2002 Feb 07
1
Latest version of the batch mode cleanup patch
Here's the latest version of the batch mode cleanup patch. Index: batch.c =================================================================== RCS file: /cvsroot/rsync/batch.c,v retrieving revision 1.12 diff -u -r1.12 batch.c --- batch.c 24 Jan 2002 08:09:46 -0000 1.12 +++ batch.c 6 Feb 2002 19:47:57 -0000 @@ -8,55 +8,38 @@ #include "rsync.h" #include <time.h> -char
2007 May 14
3
install opt-samba-base on aix 5.3
I am trying to install samba 3.0.24 on aix 5.3. I have downlaoded the binaries from samba.org and I am using the directions found at: http://us4.samba.org/samba/ftp/Binary_Packages/AIX/ The directions dont specify installing the base. WHen I try to install the pware 3.0.24, it fails due to required packages missing. I do not see a way to get opt-samba-base installed. Included below is the
2003 Jan 19
0
rsync+ (batch mode) feature suggestion
Bert, Hi. If you are still interested in your rsync+ project, changes for which have evidently been (and are, perhaps, still being?) submitted to the official, upstream rsync version, you may want to add the following feature, proffered below, in order to conduce a little greater batch mode usage flexibility primarily for those with above average security concerns. Currently (at least in the
2016 Jul 05
1
GPFS AFM Export Problem
Hi All, I'm having a frustrating time exporting a GPFS Independent Writer AFM fileset through Samba. Native GPFS directories exported through Samba seem to work properly, but when creating an export which points to an AFM IW fileset, I get "Access Denied" errors when trying to create files from an SMB client and even more unusual "Failed to enumerate objects in the container:
2004 May 15
1
Fwd: Re: setting checksum_seed
Any feedback on this patch and the possibility of getting it into CVS or the patches directory? Thanks, Craig ---------- Forwarded message ---------- To: jw schultz <jw@pegasys.ws> From: Craig Barratt <cbarratt@users.sourceforge.net> cc: rsync@lists.samba.org Date: Sat, 01 May 2004 17:06:10 -0700 Subject: Re: setting checksum_seed jw schultz writes: > > > There was some
2003 Apr 11
2
2.2.8a install on HPUX 11i
Dear Sir/Madam, I am most keen on installing the latest version of Samba on our HP rp5430 running hpux 11i Step 1, ./configure, fails with checking whether to support disk-quotas... no checking whether to support utmp accounting... no checking whether to support Microsoft Dfs... no checking whether to build the libsmbclient shared library... no checking how to get filesystem space usage
2015 Sep 03
0
semi-OT: help needed w/ bareos
W dniu 2015-09-03 o 13:56, mark pisze: > On 09/02/15 21:27, Leon Fauster wrote: >> Am 02.09.2015 um 22:18 schrieb m.roth at 5-cent.us: >>> I've got it installed on a 6.7 server, and can back up and restore for >>> Linux. Now I'm trying to do it for some users' WinDoze boxes. >>> Trouble is, >>> all I keep finding on the Web are "how to
2015 Sep 03
3
semi-OT: help needed w/ bareos
On 09/02/15 21:27, Leon Fauster wrote: > Am 02.09.2015 um 22:18 schrieb m.roth at 5-cent.us: >> I've got it installed on a 6.7 server, and can back up and restore for >> Linux. Now I'm trying to do it for some users' WinDoze boxes. Trouble is, >> all I keep finding on the Web are "how to set it up on Linux", "how to >> install on Windoze",