search for: montagnac

Displaying 20 results from an estimated 28 matches for "montagnac".

Did you mean: montagna
2017 Feb 23
3
which rsync command?
...fore ask "Does the above modification seem right to the experts?” Two supplementary points, if I may. Do you advise -ai or -avi? And why do you prefer one over the other? I don’t understand the line of rsync output that reads .d..t...... ./ David > On 23 Feb 2017, at 17:02, <Francis.Montagnac at inria.fr> <Francis.Montagnac at inria.fr> wrote: > > > Hi. > > On Thu, 23 Feb 2017 11:07:16 -0500 Kevin Korb wrote: > >> I hate to say it because it goes against my normal advice but this is >> one instance where using a * in the source parameter would...
2012 Nov 02
2
Rsync problem when connected to mirror site
Hello, I'm trying to connect to one of the mirror sites to get a package update for Linux server through the proxy server, but after approximately 10- 15 minutes it times out with the following error: "rsync error: timeout in data send /received (code 30) at ioc (140) [receiver=3.0.9] rsync: connection unexpectedly closed (973 bytes received so far) rsync error: error in rsync
2011 Jul 14
1
copy /backup/current/home/???user>/Maildir -> /home/???user>/Maildir ?
...gt; on --include/--exclude? I thing the following will do: cd /backup/current/home rsync -av --delete \ --include '/*/' \ --include '*/Maildir/***' \ --exclude '*' \ . /home Beware that the *** needs at least version 2.6.7. -- Francis.Montagnac at inria.fr, Tel: (33) 04 92 38 79 11, Bur: C113 INRIA Sophia, 2004, rte des Lucioles, B.P.93 - 06902 Sophia Antipolis Cedex
2023 Mar 05
1
Trying to diagnose incomplete file transfer
...ion. You do not necessarily define a service like Francis suggests. A simple semaphore approach suffices. Perhaps even something like # ps fax | grep -v grep | grep $0 && exit to prevent this exact command "$0" to start concurrently. Hardy Am 04.03.23 um 08:38 schrieb Francis.Montagnac--- via rsync: > > Hi. > > On Sat, 04 Mar 2023 00:39:52 -0600 Albert Croft via rsync wrote: > >> The rsync commands may be launched from command-line or cron, but use >> the same format and options in either case. As a result, there may be >> multiple rsync proces...
2015 Apr 13
4
How to discern when like dir names exist in 2 places
Hi, On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote: > Hmmm, according to my interpretation of the man page (I am on 3.1.1) > that is supposed to work however when I test using the "-/ > /etc/passwd" example the / seems to have the same effect as commenting > the line. I get /etc/passwd copied whether the source is / or /etc. I guess that this -/ syntax is not usable
2013 Jan 11
4
Does rsync need a --ignore-unreadable-files option?
I work on software that archives gigabytes of files to multiple sites. Occasionally one or two files have no read permissions: % ls -l dir/foo --w-------+ 1 abcserve myusers 11222 Jan 10 03:14 The error message is: rsync: send_files failed to open "/dir/foo" (in xxx): Permission denied (13) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at
2010 Dec 28
4
MacOS and Extended Attributes
I'm just starting with rsync(). I grabbed the 3.0.7 source and built it on Mac OS X.6.5 (./configure and ./make reported no problems.) When I try running with -X or -A, I get the following error messages: rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) A quick look at the buglist didn't reveal anything to
2017 Feb 23
2
which rsync command?
I hate to say it because it goes against my normal advice but this is one instance where using a * in the source parameter would help... rsync -vaiE --delete --dry-run source/* target/ This would ignore any top level directory that is on the target but not the source while rsyncing with --delete any top level directory that is on the source. It is normally recommended to not use a * in the
2015 Apr 13
0
How to discern when like dir names exist in 2 places
...swd file any time the transfer was sending files from the "/etc" directory, and "-/ subdir/foo" would always exclude "foo" when it is in a dir named "subdir", even if "foo" is at the root of the current transfer. On 04/13/2015 01:34 PM, Francis.Montagnac at inria.fr wrote: > > Hi, > > On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote: >> Hmmm, according to my interpretation of the man page (I am on >> 3.1.1) that is supposed to work however when I test using the >> "-/ /etc/passwd" example the / seems to...
2015 Apr 13
1
How to discern when like dir names exist in 2 places
On Mon, 13 Apr 2015 13:45:18 -0400 Kevin Korb wrote: > The +/- syntax absolutely works in an --exclude-from or --include-from > file I use it all the time. However, apparently the -/ syntax does > not work there. > So, I am not sure if the man page is wrong or if this feature just > isn't working correctly in an exclude file. This is perhaps this note in the "FILTER
2015 Apr 14
0
How to discern when like dir names exist in 2 places
Francis.Montagnac at inria.fr writes: > Hi, > > On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote: >> Hmmm, according to my interpretation of the man page (I am on 3.1.1) >> that is supposed to work however when I test using the "-/ >> /etc/passwd" example the / seems to have...
2023 Mar 04
1
Trying to diagnose incomplete file transfer
Hi. On Sat, 04 Mar 2023 00:39:52 -0600 Albert Croft via rsync wrote: > The rsync commands may be launched from command-line or cron, but use > the same format and options in either case. As a result, there may be > multiple rsync processes pulling files from the same remote path to the > same local path. I think you should first prevent this to happen. If your receiving machine
2023 Dec 31
2
process --files-from filelist as given
hello, apparently,? rsync sorts the list of files? provided to "--files-from". how can i avoid sorting of that list ? I want to copy a list of files in specific order regards Roland
2023 Dec 31
0
process --files-from filelist as given
...ecause i want to serialize files on disk so they are stored on disk in the order being accessed regularly i built that list for --files-from?? via output from fatrace tool. i now did use tar to transfer the files i will add an RFE to bugzilla thanks roland Am 31.12.23 um 20:56 schrieb Francis.Montagnac at inria.fr: > Hi. > > On Sun, 31 Dec 2023 20:28:21 +0100 Roland via rsync wrote: > >> apparently, rsync sorts the list of files? provided to "--files-from". >> how can i avoid sorting of that list ? > According to the man, this is not possible. See: SORTED TRAN...
2003 May 13
1
rsync through intermediate server
We have a number of scripts that use rsync to automate administration of a number our servers. We are adding servers that are not directly network accessible to our main admin box. That is, we have to go through an intermediate machine to reach these new machines. I've seen how you can string ssh commands together to copy commands through an intermediate machine. Does anyone know of a
2011 Aug 19
2
exclude hidden files
I want to exclude from the sync ALL files that start with a dot, IOW hidden files. But using --exclude '.*' does funny things with directories (or at least I think it does). Is there a recognised correct way to do this? I thought --exclude '.???*' would avoid the directory issue by only excluding any dot file(dir) with a name longer than 2 characters. Not tried it yet, but would
2003 Apr 19
1
Possible new rsync bug
Hello, I think I found a bug in rsync. I checked the TODO and the issues, but I didn't find any reference to it. It seems, that rsync goofes up, if you rename a directory and then create a symlink with the old name to the new location. Below is a simple example how to do it. ------------------------------------------------------------------------------ [ptriller] elmore:~/test > ls
2023 Mar 09
1
rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user
Hi. On Wed, 08 Mar 2023 22:21:28 +0100 Tomasz Chmielewski via rsync wrote: > After upgrading to rsync 3.2.7, the following command hangs forever > (using "--usermap" causes the hang; without "--usermap" it doesn't > hang): > rsync -v -p -e --usermap user:user /etc/services user at remote: This command is incorrect: the -e option needs a command. Without
2019 Jul 27
1
Correct, resumable, large-file flags
On 2019-07-27T07:59:56 +0200 Francis.Montagnac at inria.fr wrote: > > Try: > > rsync -avz --delete-after --delay-updates --partial /A/ www2.example.com:/B/ > > The man indicate also for --delay-updates: > > See also the "atomic-rsync" perl script in the "support" subdir > for an...
2004 Apr 01
2
Problems with Rsync
Sorry if this problem has been covered previously. I'm having a problem with Rsync. I have created a script to put in cron but that is besides the point. Here is the script that i'm using. #!/bin/sh HOST=`/bin/hostname`