Displaying 20 results from an estimated 886 matches for "mtimes".
Did you mean:
times
2009 Jul 27
3
mtime handling seems generally buggy for directories
Hello again,
as stated earlier there is a problem with mtime setting on directories during
healing in replication setup.
Today I tested 2.0.5 and found out that the handling is more or less generally
buggy for directory mtimes.
Simply try this:
untar some kernel archive on your local disk and look at the mtime of the
created top directory. now untar the same archive on an exported gluster fs
and compare the mtimes.
You will find out that mtime on gluster fs is generally not set (by tar), not
only during a healing process...
2009 Feb 03
2
some kind of timeout problem in pbx_spool.c
I am using outgoing call files. I typically see the "ooh something
changed / timeout" on a regular bases every second to be exact.
Then it stops until some other call event happens.
So I "mv" my call file to the outgoing spool directory, I am listening
to that message, another call file is "mv"'ed into the directory
and something happens to the timeout that its
2015 Sep 08
2
mtime vs ctime
Hi,
We use an rsync (rrsync, to be precise) based back-up solution. Every
so often an
iSCSI based file-system gets brought up and left connected for the
night. After a
mount event rsync will back that volume up, including server TB of
data that haven't
been modified, but the ctime is newer than the mtime. Is there a way
to stop this
behaviour?
Cheers,
Andrej
2015 Sep 08
2
mtime vs ctime
On 8 September 2015 at 13:57, Kevin Korb <kmk at sanitarium.net> wrote:
Hi Kevin.
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The ctime will always be newer or the same as the mtime. This is
> because changing the mtime also changes the ctime as does other things
> like changing the permissions.
>
> Rsync only pays attention to the mtime because rsync can
2008 Sep 15
5
fixing user, group, and mtime with rsync?
Hi all.
I prepared a mirror (that is intended to be updated by rsync)
by doing the initial copy using cpio (for efficiency on 15 million files).
Unfortunately, user, group, and mtime of some directories and files
was copied incorrectly.
Can I use rsync (GIT) to fix this?
Greetings
Sven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2007 Oct 30
3
Rsync hard-links devices with different mtimes despite -t: expected?
I noticed that rsync is happy to hard-link a device node from a
--link-dest dir even if its mtime differs from that of the source device
node and --times is given. Is this behavior expected? It seems to
break the rule that a difference in preserved attributes disqualifies a
hard link.
To see the behavior, run the following as root:
mkdir src dest basis
mknod src/null c 1 3
sleep 1
mknod
2008 Feb 07
3
replacement for IMAP_EMPTYTRASH=Trash:7
While running dovecot on debian etch using version 1.0.rc15-2etch3, i wonder
the following:
If i read the config files correctly, dovecot seems to have no equivalent of
courier's IMAP_EMPTYTRASH=Trash:7 setting.
Therefore, i wrote a script that dives into the user's directories and their
maildirs. It looks like this:
=============================================
#!/bin/bash
for pad1
2017 Apr 13
0
[Bug 12742] New: a proposal: fix bogus nanosecond mtimes on transfer (patch included)
https://bugzilla.samba.org/show_bug.cgi?id=12742
Bug ID: 12742
Summary: a proposal: fix bogus nanosecond mtimes on transfer
(patch included)
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: core
Assignee: wayned at samba.org
Re...
2009 Apr 02
4
Maildir files with mtime in the future
If Maildir storage is used, the mtime of a given Maildir file is set to
the message's INTERNALDATE. Now, when a client APPENDs a message to an
IMAP mailbox, the client may optionally specify the INTERNALDATE:
| If a date-time is specified, the internal date SHOULD be set in the
| resulting message; otherwise, the internal date of the resulting
| message is set to the current date and time by
2015 May 18
1
mtime not updating on remote directory
Hello,
I'm using rsync as part of a centralised config management for several servers. I'm trying to monitor the mtime of a particular directory and confirm that the remote copies are approximately as new as the the local master. However, mtime on that directory is not being synced. Here's my rsync command:
cd $confdir && rsync -avpzR --checksum -I -e "ssh"
2008 Aug 29
1
maildir, zlib and mtime/internal date
On the wiki:
http://wiki.dovecot.org/Plugins/Zlib
I think there should be a step 5.0. along the lines of
"get and remember the original message file's mtime"
And a step 5.4 like
"Using the touch command or some other method, set the now compressed
message's mtime back to the mtime of the original message file."
To preserve the message's internal time in case
2015 Sep 08
0
mtime vs ctime
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I would need to see both your existing rsync command line and the
output of --itemize-changes when such an occurrence happens before I
can really understand what is happening.
In the end, if you have any output at all the bare minimum should be
- --itemize-changes. --verbose is utterly useless without it.
On 09/07/2015 11:10 PM, Andrej wrote:
>
2006 Feb 17
3
rsync files with certain mtime
Hello List,
How would i rsync all files which are older than X-Days? I am missing
some kind of -mtime option. Since this is quite common for backups i am
wondering how you are doing this kind of stuff.
Thanks, Mario
2019 Jan 02
6
[Bug 13735] New: Synchronize files when the sending side has newer change times while modification times and sizes are identical on both sides
...h -a, which includes -t). By
contrast, change times (ctime) are automatically updated by the OS when files
are changed. rsync relies on modification times to decide whether it should
skip or transfer files.
There are some use cases where files are modified while preserving their
original sizes and mtimes. This can happen when a fixed-size file is updated
with new content in a build chain while forcibly preserving a specific mtime.
To the best of my knowledge, rsync does not have any option to transfer these
files in an efficient manner.
I illustrate the issue below:
# Create two different files w...
2002 Dec 20
1
smbclient and large file support
smbclient (and smbtar) in version 2.2.7a (and prior) has problems with
large files (> 4GB). The following patch (against 2.2.7a) fixes all
known problems with this. This code has been checked into the CVS tree
in all branches as well.
--
======================================================================
Herb Lewis Silicon Graphics
Networking Engineer
2004 Oct 08
2
Ext 2/3 overwriting remnant data & use of data blocks - security
Greetings all-
I am conducting security testing on a device that uses Linux 2.4 with ext3. I am testing secure overwrite of remnant data in temporary files, but have run into a real good stumpper in the way Ext allocates data blocks. I've got 10 yrs of *NIX behind me, several with Linux, and this has really got me perplexed as I can't find any documentation explaining the subject
2018 Apr 13
3
[Bug 13385] New: rsync sometimes silently transfers more or fewer mtimes than it should
https://bugzilla.samba.org/show_bug.cgi?id=13385
Bug ID: 13385
Summary: rsync sometimes silently transfers more or fewer
mtimes than it should
Product: rsync
Version: 3.1.3
Hardware: All
OS: Linux
Status: NEW
Severity: regression
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: silvanschmitz at gm...
2015 Sep 08
0
mtime vs ctime
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The ctime will always be newer or the same as the mtime. This is
because changing the mtime also changes the ctime as does other things
like changing the permissions.
Rsync only pays attention to the mtime because rsync can set a
specific mtime (--times) but setting a specific ctime is impossible as
it would violate the basic *nix security model.
2011 Jun 20
0
R crashes with 'nlme' and corStruct
Hello,
I would like to fit correlation structures with nlme, but R crashes.
My data is similar to the "growth of orange trees" example from Pinheiro and
Bates (2000),
but data are not equally spaced in time, as the last observation is taken
after 6 days ( and not 2 as the others).
This is the code I'm using:
library(nlme)
2012 Oct 25
1
find with -mtime and -print0 = inaccurate results
If I run this:
find /path/to/files/ -type f -mtime -2 -name *.xml.gz
I get the expected results, files with modify time less than two days old.
But, if I run it like this, with the print0 flag:
find /path/to/files/ -print0 -type f -mtime -2 -name *.xml.gz
I get older files included as well. Anyone know why?