search for: rlptgod

Displaying 20 results from an estimated 30 matches for "rlptgod".

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 $ echo "file two" > target/file $ sr...
2017 Jul 02
1
A small addition to the manpage and "clone mode" suggestion
Dear developers, In the rsync's manpage, there is a line describing the "archive mode" option: -a, --archive archive mode; equals -rlptgoD (no -H,-A,-X) Archive mode means that all data is backed up sensibly while the same doesn't apply for all metadata (hence the mentioned -H, -A and -X options). There is another similar "special file system option" as -H, -A and -X are, and that is the -S option for handling sparse fi...
2017 Jun 12
0
Bug: rsync erroneously changes modification time
...he files. If you are not 100% sure your file data matches you should not be using --size-only. On 06/11/2017 09:28 AM, max.power--- via rsync wrote: > 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 > $ e...
2017 Jun 12
3
Bug: rsync erroneously changes modification time
...not 100% sure your file > data matches you should not be using --size-only. > > On 06/11/2017 09:28 AM, max.power--- via rsync wrote: >> 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 o...
2004 Nov 13
1
Archive Delete Mode
...= 0; int copy_links = 0; int preserve_links = 0; @@ -233,6 +234,7 @@ rprintf(F," -q, --quiet decrease verbosity\n"); rprintf(F," -c, --checksum always checksum\n"); rprintf(F," -a, --archive archive mode, equivalent to -rlptgoD\n"); + rprintf(F," -A, --archive-delete archive mode with delete, equivalent to -rlptgoD --delete\n"); rprintf(F," -r, --recursive recurse into directories\n"); rprintf(F," -R, --relative use relative path names\n"); rprin...
2010 Jan 05
2
Ignoring parts of stat(2)
...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. That would be a pretty awesome feature to have :) Especially for where modtime is the only thing changed. Commonly caused by someone extracting a cp/tar/cpio/etc without preserving the modtime in particular. I would think the new ignore option bits would apply easily t...
2010 Sep 30
2
-r required when -a already specified in --files-from?
...script I noticed that a files in bank/10-11 were not getting synced. Upon adding "-r" with "-av" the files got synced properly. I think when one supplies "-a", "-r" is implied. I reconfirmed this from man-page where it says "-a" is equal to "-rlptgoD". Am I missing anything from the man-page for this? Thanks, Shantanu --
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
2005 Apr 23
2
I already used --recursive
...file or directory done client: nothing to do: perhaps you need to specify some filenames or the --recursive option? It turns out I spelled the input filename wrong. The bug? Telling me to try --recursive when as everybody knows, -a, --archive archive mode, equivalent to -rlptgoD -r, --recursive recurse into directories So I already was trying --recursive!
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.
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
2002 Nov 26
1
symbolic links
rsync -aub foo/ bar/ will always overwrite a file in bar with a symbolic link of the same name in foo. And there is no backup written. Is this a bug, or is there a command-line option to change this behavior? In particular, I'd like to prevent the overwriting of regular files with symbolic links and send a warning message to the screen if it cannot be determined which is more recent.
2004 Jul 02
1
rsync and socket files on HP-UX
Hello, i tried to pull files from a linux server to a hp-ux server via rsync -avz -e /usr/bin/ssh root@bsl61u:/tmp /danzas1/dump/testle. It failed for the socket fails. receiving file list ... server_sender starting pid=20793 [sender] make_file(daemon,*,2) [sender] expand file_list to 131072 bytes, did move recv_file_name(daemon) received 1 names done recv_file_list done get_local_name
2007 Feb 08
2
owner and group
Hello, I am trying to copy, on the same server, a set of files. I need to copy them every day with a cron job. This is working fine the only problem is that he always changes the owner and group to the root user. Is there a possibility that he uses the user of the remote files and not the root user ? rsync --archive --exclude ".htaccess" /home/virtual/site5/fst/var/www/ html/
2005 Mar 16
0
[Bug 2472] New: A different kind of the 'mkdir "*" failed: File exists' bug.
...s harddisks are attached to the most central machine which uses rsync to connect to other machines as well as "to itself" (I use tapes as well). Anyway, I deleted some users on one machine including their home directories as I had moved them to another machine. Running /usr/bin/rsync -rlptgoD --force --ignore-errors --delete --delete-excluded --exclude .snapshot/ --exclude "*~" --backup --backup-dir=/mnt/usb/ronnie/incremental_March.0/home ronnie:/home/ /mnt/usb/ronnie/current/home will yield following errors: rsync: mkdir "/mnt/usb/ronnie/incremental_March.0/home/rsa...
2004 Mar 12
3
rsync wont work
can someone tell me what am i doing wrong? d# rsync -vcrlpogtz . rsync@domain.ltd:/rsync/ rsync@domain.ltd's password: sh: rsync: rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) d# it works fine if i just specify directory instead of remote site, but thats not what i need.. thanks in advance alexus
2009 Apr 26
1
How to make fully working samba backup/migration?
Hello, how to correctly make full and fully working samba backup? I read articles and newsgroups seeing how many people failed because something was forgotten to be copied or saved and restored/merged. Usually password and user accounts does not work. What I found is most people copy: /etc/samba the smarter copy also: /home geeks knows they should also copy: /etc/passwd /etc/shadow /etc/groups
2003 Oct 01
1
PATCH: option to ignore case in filenames
...ntf(F," -q, --quiet decrease verbosity\n"); rprintf(F," -c, --checksum always checksum\n"); + rprintf(F," --ignorecase STARENT: ignore case\n"); rprintf(F," -a, --archive archive mode, equivalent to -rlptgoD\n"); rprintf(F," -r, --recursive recurse into directories\n"); rprintf(F," -R, --relative use relative path names\n"); @@ -332,6 +334,7 @@ {"devices", 'D', POPT_ARG_NONE, &preserve_devices , 0, 0, 0 }, {&q...
2002 Jun 09
1
Rsync of filesystems with sym-links to other hosts
HI, I have a scenario where a filesystem i.e /fs13/m6.uecommon.1/wmt8/utils is residing on a fileserver i.e. fs13. Contents of this filesystem are as follows: # ls -l /fs13/m6.uecommon.1/wmt8/utils lrwxrwxrwx ........ include-> /fs12/m6.uecommon.1/utils/include lrwxrwxrwx ........ tool_utils-> /fs12/m6.uecommon.1/utils/tool_utils The filesystems being pointed to i.e