Displaying 20 results from an estimated 7000 matches similar to: "A small addition to the manpage and "clone mode" suggestion"
2017 Jun 11
2
Bug: rsync erroneously changes modification time
When a file of same length already exists at the destination then the  
command 'rsync --archive --size-only' (--archive is same as -rlptgoD)  
may change the modification time of the destination file even if no  
modification was made.
Type the following commands in a terminal in order to reproduce the problem:
$ mkdir source
$ mkdir target
$ echo "file one" > source/file
$
2014 Jun 13
1
--dry-run reliability ?
Hi,
I'm using rsync to backup my files. I have also added a pre-backup step where the script checks if there is enough space on the destination for rsync to run successfully. The goal is to make room (delete oldest backups) if that's not the case.
I'm running rsync with -ahAXS --numeric-ids --link-dest options.
For my pre-backup step, I'm currently using the same options +
2005 Apr 23
2
I already used --recursive
In /usr/share/doc/rsync/README.gz:
  BUG REPORTS
  -----------
  If you have web access then please look at...
Well what if you don't have web access? You don't mention what to do
then.  "Send bugs to rsync@lists.samba.org" probably. OK. Will do.
Here's one now:
   $ rsync -avz debian.linux.org.tw:var/lib/apt/diet.lists var/lib/apt/diet.lists
   receiving file list ...
2010 Jan 05
2
Ignoring parts of stat(2)
How do I make rsync ignore and not report or update certain parts
of the [l]stat(2) struct or checksum when selecting which items to
report or update in a hierarchy?
For example, I want to run:
 rsync -Haxi --delete /hier1/ /hier2/
and have it NOT do anything if say ONLY the modtime differs.
Leaving out or in the --times [-t] option from the expansion of -a
to -rlptgoD obviously does not do this.
2010 Sep 30
2
-r required when -a already specified in --files-from?
Hi all,
I am using rsync v.3.0.7 (protocol v30) on ubuntu 10.04.
My rsync line looks like this,
cd /home/shantanu/
rsync -av --files-from=bin/include-to-rsync.dat /home/shantanu/ \
        /media/transcend/backup_laptop/shantanu/ 
include-to-rsync had directories in this format,
bank/
dwhelper/
clients/
When I ran the script I noticed that a files in bank/10-11 were not
getting synced. Upon
2004 Sep 02
0
suggestion for a small addition to the R-FAQ
Dear Kurt and R-ers,
Short: please add info to the faq about how to make sure you have R and how to start up the interpreter (jump to the end)
Long:
I was gonna use the tool called UCS which requires R.
So I wanted to make sure if our university system has it.
I act before I ask so I thought I check if we have R installed.
Now wait. But how?
I knew R was an interpreted language so it must have
2017 Jun 12
0
Bug: rsync erroneously changes modification time
Whenever you use --times (included in --archive) rsync will fix
incorrect time stamps.  The only thing --size-only is doing is keeping
the incorrect data instead of replacing it.
The purpose of these options is to "fix" a copy done in a way that did
not preserve timestamps but the data is known to have not changed.
These options allow rsync to correct the incorrect timestamps without
2017 Jun 12
3
Bug: rsync erroneously changes modification time
How exactly does rsync determine that the copy has the incorrect  
timestamp and not the source file?
Does it assume that the copy must be incorrect or are there other  
criteria that have to be considered?
Quoting Kevin Korb via rsync <rsync at lists.samba.org>:
> Whenever you use --times (included in --archive) rsync will fix
> incorrect time stamps.  The only thing --size-only is
2004 Nov 13
1
Archive Delete Mode
Patch to add an archive mode that includes deletion.
-Rob
-------------- next part --------------
Adds an archive mode that includes the delete option.
--- orig/options.c	2004-09-23 13:39:05.000000000 -0400
+++ options.c	2004-11-13 09:56:27.000000000 -0500
@@ -39,6 +39,7 @@
 int whole_file = -1;
 
 int archive_mode = 0;
+int archive_delete_mode = 0;
 int keep_dirlinks = 0;
 int copy_links = 0;
2003 Apr 24
3
--whole-file not working ?
hello all,
i'm using rsync-2.5.4-2 on redhat 7.3
in order to rsync some data from a MS-WIN$ share, i
use the following procedure -- 
first, i use the following to mount the SMB share :
mount -t smbfs -o password=satish //satsco/satish
/home/2 
then, after successfully mounting the share, i am
using the following to rsync the data into redhat
linux :
rsync -arlpogtb --whole-file
2006 May 29
4
Rsync - does it really do an *exact* copy?
Hi Rsync-ers
I'm simply using rsync to do an exact copy of my root (and home) partition by using the -aHv options.
When the copy is complete, I modify fstab so my root and home mount points are pointing to the newly copied partitions.
When I boot (into the new partitions), init and all the services start okay; however, when I get to "mgetty" and it passes control to
2008 May 16
4
Ignore Owner and group at destination
Hi All,
We are using rsync version 2.6.3  protocol version 28.
Is there a way we could transfer files and force rsync not to look for the
same user:group as host on the destination?
Thanks in Advance
-- 
View this message in context: http://www.nabble.com/Ignore-Owner-and-group-at-destination-tp17279218p17279218.html
Sent from the Samba - rsync mailing list archive at Nabble.com.
2006 Apr 28
1
smb.conf(5) manpage suggestion re. idmap backend
suggestion for minor improvement of the smb.conf manpage in the context
of the 'idmap backend' parameter.  At least as of v3.0.22 the manpage says:
        Finally,  using the idmap_ad module, the UID and GID can directly be
        retrieved from an Active Directory  LDAP  Server  that supports  an
        RFC2307 compliant LDAP schema. idmap_ad supports "Services for Unix"
   
2004 Sep 10
0
[viral@debian.org: Bug#107207: Small error in the manpage for flac.]
I received this bug report from a Debian user.  The second of these should be
-M instead of -m.  I've committed a fix to FLAC CVS.
----- Forwarded message from Viral <viral@debian.org> -----
Date: Tue, 31 Jul 2001 15:39:09 +0530
From: Viral <viral@debian.org>
To: Debian Bug Tracking System <maintonly@bugs.debian.org>
Subject: Bug#107207: Small error in the manpage for flac.
2017 Jul 02
3
Error while accessing reviews.llvm.org
Hello Devs,
I am getting following error while connecting to review server.
  " A Troublesome Encounter!
   Woe! This request had its journey cut short by unexpected circumstances
(Can
   Not Connect to MySQL)"
Is anyone else facing this?
Thanks
[image: Inline image 1]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Oct 01
1
PATCH: option to ignore case in filenames
I have two DOS filesystems mounted on Linux as "vfat" which I want to rsync.
(They are on flash cards, so that they are also small).  rsync gets tricked
because the filesystem treats names differing in only case as the same.
Thus, when it tries to sync "FOO123" with "foO123", it copies over the
"new" file, and then renames it over the old one (which it
2004 Jun 16
3
rsycnc copies all files
Hi
I am making an extraordinary claim: rysnc seems to copy all my files, 
not just ones that have changed or new files.
rsync version 2.6.0  protocol version 27
Debian 3.0 Woody
I have tested this with one simple file, my example is shown below.
Does anyone have any suggestions to rectify this?
Regards
Gareth
example:
I create a file called 'testfile' in /tmp/play containing the
2003 Mar 04
1
suggestion for addition to R-lang.texi
Small suggestion for the documentation:
Should the = operator for assignments, described on
http://developer.r-project.org/equalAssign.html, now be included in
the operator table in doc/manual/R-lang.texi?  If so, one possibility
could be after lines 1096/7:
@item @code{<-}
@tab Left assignment, binary
@item @code{=}
@tab Left assignment, binary
Also, where is the best place to send
2005 May 17
0
RE: Suggestion for Documentation Addition and Questionabout serial Ports
> My server is equipped with a serial console which i now got 
> fully working under Xen. However it was not clear to me after 
> reading the documentation point 2.4.2 (Serial Console) that 
> the ttyS0 device would be provided by Xen and therefore i 
> need to remove the serial port driver from my linux kernel. I 
> therefore suggest adding a notice about that.
> 
>
2004 Jan 18
0
xtable feature addition suggestion
Hi, attached follows a patch to add a feature that I think it would be useful having in the print.xtable function of the xtable package. It adds the option 'tabular.environment' to that function, which could be used to set an alternative tabular environment, as the name already suggests. 
	This is particulary useful when dealing with long tables, which do not fit in a single page. In the