similar to: Rsync 2.6.7pre3 released

Displaying 20 results from an estimated 2000 matches similar to: "Rsync 2.6.7pre3 released"

2006 Feb 19
2
Rsync 2.6.7pre2 released
I've just released rsync 2.6.7pre2 -- the second pre-release version of the imminent 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.7pre2.tar.gz http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre2.tar.gz.asc
2006 Feb 19
2
Rsync 2.6.7pre2 released
I've just released rsync 2.6.7pre2 -- the second pre-release version of the imminent 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.7pre2.tar.gz http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre2.tar.gz.asc
2005 Dec 20
4
rsync deleting symbolic link unexpectedly
I''m running 2.6.6 on a red hat EL3 system. using the following command, rsync -rlptDvzL --stats --include=a/ --include=a/dir/ --include=a/dir/symlink/ --include=a/dir/symlink/dir2/ --include=a/dir/symlink/dir2/dir3/ --exclude=''**'' /export/stuff remote::stuff I expect the "symlink" (which is really a symbolic link to a directory) to be preserved on the
2006 May 02
2
Packages for rsync 2.6.8 with ACLs
Dear rsync people, I have finally made packages for rsync 2.6.8 with ACL support. You can download a prepatched source package and RPMs from here: http://www.kepreon.com/~matt/myrsync/ Or you can use this yum repository: http://www.kepreon.com/~matt/rpm/ The RPM is called rsync-acl so automatic updating tools will know not to toss it in favor of plain rsync, but it "Provides" rsync
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 Aug 20
2
DO NOT REPLY [Bug 4037] New: Rsync should obey --keep-dirlinks when searching basis dirs
https://bugzilla.samba.org/show_bug.cgi?id=4037 Summary: Rsync should obey --keep-dirlinks when searching basis dirs Product: rsync Version: 2.6.9 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2006 Jan 22
1
ACL support in rsync 2.6.6
Hi, Can someone tell me the status of ext3 acl support in rsync? I saw this post from may 2004 which seems to indicate there is a patch. http://lists.samba.org/archive/rsync/2004-May/009466.html But it still appears that 2.6.6 doesn't have any acl support included. Is that true? Does anyone know where to get the latest patch for 2.6.6 if it even exists? Thanks Paul --
2006 Apr 19
1
Logging rsync transfers
Hello I run rsync on a server and I backup our office PCs to it using cwRsync on Windows PCs. The command I use to backup these PCs is: rsync -vbalz --stats --backup-dir=/yesterday_backups/ --exclude-from="exclude_list.txt" --files-from="include_list.txt" --rsh="ssh" . username@mydomain.com:/path/to/folder On the server, I have the rsync service started at
2006 Feb 24
0
Improvements to man page for --no-implied-dirs and --keep-dirlinks
Wayne, Attached is a patch worth of suggested man page improvements for --no-implied-dirs and --keep-dirlinks. I think new users would find my explanations clearer and more complete, although you may want to make additional changes. I regenerated rsync.1 and the patch includes changes to it, but my yodl is somewhat weird, so I suggest you run yodl again yourself. -- Matt McCutchen
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!!
2005 Oct 20
1
[Bug 3198] rsyncing a file to a dest path where dirname(path) is a file quietly fails
https://bugzilla.samba.org/show_bug.cgi?id=3198 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From wayned@samba.org 2005-10-20 09:45
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
2006 Mar 29
2
Help -- rsync Causing High Load Averages
This is my situation and I am running into dead ends. We have a server with about 400GB of data that we are trying to backup with rsync. On the content1 server we had rsyncd.conf as: [content1] path = / comment = Backup list = no read only = yes hosts allow = 192.168.22.181 hosts deny = * uid = root gid = root and on the backup server we had a crontab entry as follows:
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
2006 Feb 16
1
a few basic questions
Hi folks. Running rsync on Slackware. I'm going over the man pages yet some aspects remain murky. Hopefully someone can set me straight. 1. The --rsh option, The man page explains that you can invoke a single-transfer daemon if you want some features that a daemon provides: $ rsync -av --rsh=ssh host::module /dest The it says that you need to slap on an ssh user if the daemon/module
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
2006 Feb 23
1
preventing rsync transfers
I sync some client stations to a central server at the discretion of the users. They run a single-transfer daemon by logging in via their ssh accounts. All is well. Now I also allow a certain user to rsync this accumulated client data (which end up as subdirectories of a single directory on the server) to an external hard drive. This user connects via ssh and runs a remote shell script on the
2006 Feb 24
1
--min/max-size affects only transfer, not --delete, why?
Logically, deleting the dst file which does not exist on src amounts to "transferring the non-existence" of that file from src to dst. Therefore, if files larger or smaller than some size are ignored in transfer, they must just as well be ignored in deleting (much as --exclude'd files are also excluded from delete, unless you specify --delete-excluded). So I think the behavior should
2006 Feb 25
1
Why this doesn't work??
Hi. I can't get to work the excludes in this command: rsync -n -a -v --delete --timeout 120 --exclude '/sys/' --exclude '/tmp/' --exclude '/stuff/' --exclude '/mnt/' --exclude '/proc/' --exclude '/var/tmp/' --exclude '/usr/portage/distfiles/' --exclude '/home/msurdi/.thumbnails/' gaia:/ /usr/backups/gaia.0/ The excluded