Displaying 20 results from an estimated 500 matches similar to: "cryptic output with itemized option"
2006 Sep 26
2
Backup dir issue
I am trying to create an archive of one of my home directories for items that
have changed or been deleted. I am well aware of the --backup option, but it
seems not to work across an rsyncd connection
(excuse word wrap from my mailer) but this snippet illustrates the point
ARCH=/bak/archive
rsync -aHxq --delete --backup --backup-dir=$ARCH/snap/mydocs/ /home/alan/mydocs/
roo::alan/mydocs/
2006 May 17
1
changing single to double backslash
Hi, all. I didn't find something like this in the faq
list:
I wound like build a function to substitute single
backslashes in a string to double:
ChangeSlash<-function(dir) ...
so
ChangeSlash("C:\mydocs\test")
returns
"C:\\mydocs\\test"
Thanks,
C.
_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espa?o, alertas
2009 Apr 01
1
itemized option (-ii) with --log-file and --log-file format
Hi,
I am using rsync3.0.5 both side. I have been using below rsync command to
get the sync info.
rsync -av --stats -ii --log-file-format='CONTENTS: %i %f %l %o %b'
--log-file='/tmp/rsync-test' src/ dest/
I noticed that the output format for this command is different from rsync
V2.6.* . Is there any way I can make this output similar to rsync V2.6.*?
Thanks,
Jignesh
2005 Sep 27
3
Free space/capacity displayed as garbage...
Dear,
I'm having some strange problems with Samba.
I have shared a linux folder on my samba and have mapped it to a drive letter in Windows XP (I also tried with Windows 2000).
When I right click my mapped drive and click on properties to view the free space and capacity, I get all garbage as can be seen
from the screenshot at:
http://www.nuonsoft.com/temp/samba_free_space.jpg
I'm running
2007 Apr 13
1
disable roaming profiles
Hi, i followed the official faq trying to disable roaming profiles but
it doesnt work
in smd.conf i have
logon home =
logon path =
for every new pc that i have joined to the domain, the hole desktop and
mydocs directory is transfered to the server!!!!!!!
i have wasted 15G because of that and if a user logons in another
machine all the crap is transfered back again in this pc.
So, it is not
2009 Jan 20
8
find out the meaning of rsync error code
Hi,
Could anyone please tell me how to get the meaning of rsync error codes.
In "rsync return code: 12" error, what 12 indicates?
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2009 May 28
4
some files vanished before they could be transferred
Hi,
I am getting "rsync warning: some files vanished before they could be
transferred (code 24) at main.c(1039) [sender=3.0.6]" now frequently but
while using rsync version 2.6, I used to get it rarely. Any idea would be
helpful on why rsync 3.0.6 is throwing this warning frequently.
Jignesh.
-------------- next part --------------
HTML attachment scrubbed and removed
2013 Mar 15
2
Samba (3.6.12) - Different Home Directories for Different Users
Hello,
I am using Samba (3.6.12) with Gentoo Linux (Kernel Version 3.7.10) and I
have a system integrated with Active Directory (the Microsoft Windows
servers are running 2008 Enterprise Edition, Release 2). All is well on that
front (I can log in, directories are created, etc.)
What I would like to do now is have different /etc/skel directories for
different groups. So, for example, if
2005 Jan 10
1
Off line folders
I may be able to help on this one...we were having a similar problem and
just last week cured it. (I hope!)
I had to do two things:
1). On the clients having this problem, edit this registry key:
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\NetCache\GoOff
lineOnSlowLink". If it's not there (as in my case) you may have to add the
last key. Make sure it's a
2009 May 04
3
Problem with --fil
Hi, I am using below command.
rsync --verbose --log-file-format='%i %f %l %o %b'
--log-file='/tmp/myfile' src/ dest/
Though it is good that all the sync information contents will be redirected
to /tmp/myfile, it would be useful if rsync could print at least below final
statistics on stdout.
2009/05/05 00:17:45 [26050] Number of files: 18
2009/05/05 00:17:45 [26050] Number of
2008 Dec 16
6
logging mechanism in rsync
Hi Friends,
Does rsync V3 has the feature for logging the files which have not been
transferred? Its already logs the file which have been transfered.
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2008 Dec 04
3
rssync source code as a windows project
Hi Friends,
I have started learning rsync source code but I am finding very difficult to
go back and forth to find the execution flow. I could see that rsync code is
written in UNIX and the compilation is difficult. Does anybody converted it
into Windows Project so that we can open in using Visual Studio IDE and it
will be very simple to search for some function and find the complete work
flow.
2009 Mar 02
2
how rsync calculate Tranfer rate ??
Hi,
I am not sure how rsync calculates below statistics and how transfer rate
170583.48 bytes/sec ? Where is the total transfer time information? How
speedup is 1? How Total bytes written is 6567384? Could someone please give
me brief information on this.
Number of files: 4
Number of files transferred: 3
Total file size: 6566219 bytes
Total transferred file size: 6566219 bytes
Literal data:
2008 Dec 16
2
Transfer mode
Hello Friends,
Could any one please tell me what is transfer mode and what are the transfer
modes available in rsync?
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2009 May 02
1
The --relative option on remote machine to source machine ???
Hi,
I read below lines in rsync v3.0.5 for --relative option.
if you used this command:
rsync -av /foo/bar/baz.c remote:/tmp/
... this would create a file named baz.c in /tmp/ on the remote machine. If
instead you used
rsync -avR /foo/bar/baz.c remote:/tmp/
then a file named /tmp/foo/bar/baz.c would be created on the remote machine,
preserving its full path
It is also possible to limit the
2008 Apr 10
3
Zfs send takes 3 days for 1TB?
Can zfs send utilize multiple-streams of data transmission (or some sort
of multipleness)?
Interesting read for background
http://people.planetpostgresql.org/xzilla/index.php?/archives/338-guid.html
Note: zfs send takes 3 days for 1TB to another system
Regards,
Jignesh
2005 Dec 30
5
Dtrace locks up on sol
Hi all...
I''ve just got my hands on a Solaris 10 box for the first time. I''ve heard wonderous things about dtrace, so the first command I type is dtrace -l which disappointingly does nothing at all. It just hangs, and neither Ctrl-D, Ctrl-C or kill -9 from another shell will do anything to kill it.
The box is:
SunOS t2000 5.10 Generic_118822-25 sun4v sparc SUNW,Sun-Fire-T200
2005 Nov 09
1
Where & Why is my process sleeping a lot?
I have a program where the process seems to be sleeping a lot (waiting
on something)
What would be the right approach to figure out via dtrace where it is
sleeping and why it is sleeping?
In my current process, using truss -D shows that it reaches pollsys and
the whole process sleeps for 1.5 - 1.8 seconds before it awakes again.
Its the only significant process running on this two CPU
2009 May 19
2
ESTALE error while synching
Hi, I am wondering how rsync-3.0.6 react if it encounters ESTALE error while
synching? If I remember correctly then the rsync-2.6.0 skipping that
file/dir in case of ESTALE error.
Jignesh.
-------------- next part --------------
HTML attachment scrubbed and removed
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
Hello,
I can build packages with R-2.8.0 but I cannot run the code:
R CMD Rd2dvi --pdf --no-clean <pkg_name>
=20
Error message:
.: Can't open C:/Apps/R/R280/share/sh/dcf.sh: No such file or directory
The system cannot find the path specified.
=20
The above code works fine in R-2.7.2.
=20
Comparing the bash script Rd2dvi.sh between R-2.7.2 and R-2.8.0 makes me
think that the script is