similar to: rsync files with certain mtime

Displaying 20 results from an estimated 9000 matches similar to: "rsync files with certain mtime"

2006 Apr 03
2
rsyncd.secrets
hi all I have composed a script containing : rsync -avz -e ssh root@10.78.0.107:/var/mail/ /var/mail --password-file=/etc/rsyncd.secrets but when I try to execute il it ask me for the password. how to do to avoid this and to consider the password in the 'rsyncd.secrets' thanks in advance.
2006 Apr 02
1
strange behavior after moving target directory
i have a sync that i do daily on my home directory home directory -> external drive A i recently got a bigger external drive (B) and move my backup file tree from drive A to drive B. i gave the new drive the same name as the old drive, so all of the file paths will look the same to the backup script. My daily sync usually takes 3 minutes. After moving the backup tree, the first sync took 20
2003 Nov 10
3
java problem? - Forgotten Battles dedicated
hello list! I want to run a dedicated Forgotten Battles server with wine. Since on windows its only need a console to start, not sure if its dos, but i think its java. If i start the programm i get this: ---------------------------------------------------- # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID:
2006 Apr 04
2
how to tell what files changed?
I'm new to using rsync, so far it is working well. But I want to know what files rsync decided to transfer. Using the -v option lists every sub-folder of my directory and lots of files. Is there any way to get rsync to report only on the changes it made to the destination directory? I'd like to know: what files /directories were copied across what files/ directories were deleted
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
2006 Apr 27
1
too many connections on one module?
I have ran into an odd problem with rsync and modules. Here are the details: There are about 2500 clients (of various rsync and OS versions beyond my control) syncing every hour to one server running rsync as a daemon. There are 4 modules. 3 are different branches of the same code. These 3 modules each contain about 50k files. Most of the files are <1k or even empty, with a few files being
2006 Feb 15
2
checksum
Hello List, i would like to know when the checksum (-c option) gets executed excatly and where. I aleady had a look in the docs and in the source code, but wasn?t too lucky. The way i want/need it would be: 1. make checksum on (full) source file 2. transfer file 3. check checksum on (full) destination With "(full)" i mean the whole file, not parts/segments of it. Is this
2002 Jan 16
1
Counter Strike - OpenGL problem?
Hello! I have the latest Wine version, SuSE7.3 (up to date) and the standard SuSE Kernel 2.4.4. When i wanna play CS i use the OpenGL Video mode, but ihis error message comes up: "The selected OpenGL mode is not supported by your video card" I have a Geforce2 MX400 card and the NVIDIA drivers. When i used glxgears and glxinfo to check if my OpenGL is fine. Well, it seems like
2006 Apr 15
2
include and exclude file
hi i try to include and exclude file when i do a rsync #!/bin/sh # directory to backup BDIR=/home/collinm/test/home # includes file - this contains a wildcard pattern per line of files to exclude INCLUDE=include.txt # excludes file - this contains a wildcard pattern per line of files to exclude EXCLUDE=exclude.txt OPTS="-a -r -v -p -t --delete-before --exclude-from=$EXCLUDE
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final pre-release version of the 2.6.7 release. Please test this out and email the rsync mailing list with any questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here: http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final pre-release version of the 2.6.7 release. Please test this out and email the rsync mailing list with any questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here: http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
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:
2004 Oct 28
3
Re: _wrapped_ java application with wine
> Your question was already answered in the reply to your first post. > > > This means that if you want to run a Java-programm, > > you have to install Java. > > He didn't mean that you have to install the jre with wine. He meant > that you should go to java.sun.com, click on the J2SE 5.0 link, and > download the binary that is compatible with your system.
2002 Apr 06
6
print command
Hello! Situation: I have hylafax and Sambafax installed, and i want to send a error popup to the win clients if the fax fails, for that i have to run a file when somone is faxing/printing. If i put the print command in there, i can?t print anymore, if i comment it out, it works! Any Ideas why? This is my whole conf file: #; ; /etc/samba/smb.conf ; ; Copyright (c) 1999 SuSE GmbH Nuernberg,
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
2002 Nov 24
1
wondershaper
Hello! I want to give port 14567 a high priority/minumum delay because its a onlien game. I took wondershaper cause its fairly easy to understand. AND i read the HowTo, especially Section 9!! DOWNLINK=786 UPLINK=128 DEV=ppp0 # start filters # TOS Minimum Delay (ssh, NOT scp) in 1:10: tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \ match ip tos 0x10 0xff flowid 1:10 Then i
2006 Mar 31
1
logging problem
Yep I tried those two options, and nothing... Even if the pre-user conf files have a log file in the same directory, which I touch before trying, messages keep going to syslog... I tried with 666 permissions on rsyncd.log too just to make sure... The following is one of the user's conf file, hope theres a clue. Thanks! log file = /home/pluto/rsyncd.log <<< This is the problem!!
2006 Feb 22
5
Rsync help needed...
Hello, I was reading your posts about RSYNC. We have a massive Oracle schema lots of datafiles about 750 GB size. We do rsync datafiles from source to target server but everytime we cleanup the datafiles on the target server and do rsync every 2 weeks. On the target side mostly the datafiles will be same but on source we might have added few datafiles or made some changes in data and as such the
2005 Dec 06
1
SRC=/, include a few directories and exclude everything else
Hi, I am currently backing up a few Linux boxes, and a Windows XP box, using rsync (through a cron job). Regarding the Windows box ( Windows XP (running Cygwin) <--> Debian Testing), so far I specify a few directories as sources in the rsync command line. I then use an excludes file to include certain directories and exclude others. I was wondering, can I just specify / as the source and
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