Displaying 20 results from an estimated 7000 matches similar to: "question"
2005 Mar 28
4
batch mode error
Anyone,
When attempting to use batch mode to update a
second host by executing the .sh file I get:
[root@sspfedweb batch]# ./obsession_0000.sh
Batch file ./batch/obsession_0000.rsync_flist open error: No such file or directory
rsync error: syntax or usage error (code 1) at batch.c(241)
Can anyone tell me whatI'm doing wrong.
I tar and gzip the batch directory and ftp to the target
2005 Feb 25
1
data set changes
Hi all,
Here's my story. I have 3 hosts, 1 remote and 2 local.
We'll say for the sake of clarity that h1 is remote and h2
is the local rsync pull host and h3 is also a local host
on the net.
Using rsync, I want to pull a data set first from h1 to both h2 and h3.
The first pull copies all the data from h1 to h2 and h3. OK, that gives
me a baseline of the data on both h2 and h3.
2005 Mar 31
2
Some files not logged when using --compare-dest. Bug?
Hi again.
I just spotted another peculiarity when inspecting the rsync log. When
using --compare-dest, source files that have permissions that differ
from the "comparables" are not logged, unless you're using -i.
Here's a testing session:
$ ls -lR
.:
total 12
drwxr-xr-x 2 vidar users 4096 2005-03-31 14:16 cmp/
drwxr-xr-x 2 vidar users 4096 2005-03-31 14:23 dst/
2009 Mar 05
1
Chunk of text won't show up when compiling Rd file
Greetings -
I am trying to document the "value" section of a function. The function
returns a list, but the list itself also has attributes. I would like to
itemize the list entries, and itemize the attributes, but in between I would
like to have a sentence or two about the attributes in general. However,
for some reason this intermediate sentence won't show up in the compiled
2008 Mar 10
2
Rsync itemizing "t" (should be "T") when lutimes fails on recreated symlink
IIUC, the new philosophy of symlink times is that -t preserves them to
the extent that they are settable; when they aren't, it's just as if -t
wasn't given. But rsync breaks this principle in the following case.
Suppose rsync is configured with HAVE_LUTIMES enabled but the lutimes
call doesn't actually work (I simulated this via the attached patch).
When rsync recreates a
2024 Oct 09
1
Question About Rsync and Modification Times
Hello,
I have a question about how/why rsync updates modification times, which I haven?t been able to find an answer to.
I have two locally connected storage devices running TrueNAS Core: one is new and empty, while the other is filled with files.
When I run the following rsync command:
rsync -avPh --itemize-changes --stats "${@}"
to transfer files from the full storage to the empty
2024 Oct 09
1
Question About Rsync and Modification Times
You are using rsync -a which copies (preserves) the timestamp. Meaning
that rsync will copy the file then back-date it to the timestamp of the
source file. Most copying tools do not do this though cp's -a does it
too. Note that your itemized output says that the timestamp is
different meaning that the file has changed since rsync last ran.
Without the -a (or the included -t) the
2024 Oct 09
1
Question About Rsync and Modification Times
Hi Kevin,
The -a flag in this instance is not back-dating the timestamp of the copied file to the source file. It is modifying it to the time of transfer and leaving it that way. Then any time I rerun that command it always updates the timestamp since it is always making it the time of transfer. I have a source file the has a modification date of 2015 and when I rsync it to day with -a the copied
2024 Oct 09
1
Question About Rsync and Modification Times
That isn't how rsync should work with -a. Is something preventing it
from backdating the file? What is the filesystem? Can you try copying
your 2015 file with cp -a?
On 10/9/24 14:56, McDowell, Blake wrote:
> Hi Kevin,
>
> The -a flag in this instance is not back-dating the timestamp of the
> copied file to the source file. It is modifying it to the time of
> transfer
2016 Mar 28
2
-H option causes unneccessary transfers
On Mon, Mar 28, 2016 at 08:11:07AM -0400, Kevin Korb wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> What does --itemize-changes say about these files?
>
> Also, what is --atimes? Is this the Apple modified rsync for OSX?
>
> On 03/28/2016 07:51 AM, Albert Berger wrote:
> > Greetings,
> >
> > when the daily system backup with rsync is
2006 May 02
4
Migrate from RHAS 4 to CentOS 4.2
I have a SGI Altix 350 (ia64) that came with RHAS 4, but without any
paid support. I would like to migrate the server over to CentOS.
Here is what I've pieced together from some older posts by Johnny,
can someone confirm this should work? I know this is somewhat
covered in the FAQ, although both entries refer to FC or WBEL, which
already have built-in yum support.
Install the
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
2016 Aug 20
0
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
The virtio pstore driver provides interface to the pstore subsystem so
that the guest kernel's log/dump message can be saved on the host
machine. Users can access the log file directly on the host, or on the
guest at the next boot using pstore filesystem. It currently deals with
kernel log (printk) buffer only, but we can extend it to have other
information (like ftrace dump) later.
It
2016 Aug 31
0
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
The virtio pstore driver provides interface to the pstore subsystem so
that the guest kernel's log/dump message can be saved on the host
machine. Users can access the log file directly on the host, or on the
guest at the next boot using pstore filesystem. It currently deals with
kernel log (printk) buffer only, but we can extend it to have other
information (like ftrace dump) later.
It
2005 Mar 13
0
[sandeen@sgi.com: RHEL3-compatible kernels w/ xfs and
Hi,
just FYI :)
----- Forwarded message from Eric Sandeen <sandeen@sgi.com> -----
Date: Fri, 11 Mar 2005 11:17:13 -0600
From: Eric Sandeen <sandeen@sgi.com>
User-Agent: Mozilla Thunderbird 1.0 (X11/20041206)
To: "''linux-xfs@oss.sgi.com''" <linux-xfs@oss.sgi.com>
Subject: RHEL3-compatible kernels w/ xfs and other goodies
Hi gang -
Just a quick
1999 Sep 07
2
R-0.65.0 on mips-sgi-irix6.5: Error code 1 (bu21)
Dear all,
I want to install R-0.65.0 on mips-sgi-irix6.5 (SGI IRIX 6.5 IP32),
but it doesn't work !!!
I run the following configure call:
<146>: ./configure --prefix=/usr/people40c/kuonen/Software/bin
...
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /usr/people40c/kuonen/Software/bin
C compiler: gcc -g -O2
2016 Aug 31
1
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
On Wed, Aug 31, 2016 at 05:08:00PM +0900, Namhyung Kim wrote:
> The virtio pstore driver provides interface to the pstore subsystem so
> that the guest kernel's log/dump message can be saved on the host
> machine. Users can access the log file directly on the host, or on the
> guest at the next boot using pstore filesystem. It currently deals with
> kernel log (printk) buffer
2016 Aug 31
1
[PATCH 1/3] virtio: Basic implementation of virtio pstore driver
On Wed, Aug 31, 2016 at 05:08:00PM +0900, Namhyung Kim wrote:
> The virtio pstore driver provides interface to the pstore subsystem so
> that the guest kernel's log/dump message can be saved on the host
> machine. Users can access the log file directly on the host, or on the
> guest at the next boot using pstore filesystem. It currently deals with
> kernel log (printk) buffer
2008 Feb 20
2
Rsync 3.0.0pre10 released
I've just released rsync 3.0.0pre10. I incorporated the latest daemon
security fixes, and decided to include a few more minor bug fixes as
well. If all goes well, this should be released as 3.0.0 final sometime
next week.
Please help to test it to ensure that we're ready to go! Send email to
the rsync mailing list with your questions, comments, bug reports, etc.
You can download the
2008 Feb 20
2
Rsync 3.0.0pre10 released
I've just released rsync 3.0.0pre10. I incorporated the latest daemon
security fixes, and decided to include a few more minor bug fixes as
well. If all goes well, this should be released as 3.0.0 final sometime
next week.
Please help to test it to ensure that we're ready to go! Send email to
the rsync mailing list with your questions, comments, bug reports, etc.
You can download the