search for: metaesthetics

Displaying 20 results from an estimated 36 matches for "metaesthetics".

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
2006 Mar 31
1
logging problem
...log/rsyncd.log (might not be a good idea because one user could > maliciously alter the other user's log messages) or create per-user log > files and specify their locations in the per-user rsyncd.confs. > > -- > Matt McCutchen > hashproduct@verizon.net > http://hashproduct.metaesthetics.net/ > > -------------- next part -------------- HTML attachment scrubbed and removed
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 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
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
0
Improvements to man page for --no-implied-dirs and --keep-dirlinks
...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 hashproduct@verizon.net http://hashproduct.metaesthetics.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: no-implied-dirs-man.diff Type: text/x-patch Size: 6767 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20060223/98359e2c/no-implied-dirs-man.bin
2006 Feb 24
1
get_local_name
...in David Tonhofer's diagram 2. I also made it obey --keep-dirlinks when looking for a destination directory and made various rearrangements. Tell me what you think, and if you decide to commit my code, please double-check it first. -- Matt McCutchen hashproduct@verizon.net http://hashproduct.metaesthetics.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: redo-get_local_name.diff Type: text/x-patch Size: 3433 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20060223/0c2492f7/redo-get_local_name.bin
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
2006 Mar 22
1
exclude open file in backup with rsync
hi, I am working on Backup appliction. So I am understanding rsync_2.6.6. I have to take a backup of files on a drive But I have to exclude those file in a drive which are open. I want to know whether rsync exclude open files while taking backup ? . and how rsync identify a file open or not. what test on a file rsync does. sunil SPSOFT
2006 Apr 02
1
Make rsync exclude subversion working directories
Hi Guys, I'm backuping my home dir with rsync since 1 1/2 years, which is quite nice (I'm using the link-dir option). Now I started to use subversion and don't like that rsync is making backups of the checked-out working dirs. First I put all wd's in one folder (~/tmp) and put this on an exclude list. But now I'm use subversion on other locations as well, for example
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
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 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 Apr 13
2
rsync permission problem when chmod 000
hello I'm having 2 problems with rsync... one is consequence of the other 1) I'm running an rsyncd one a server... then I run rync (client) as root on another server even being root, it doesn't read files/dirs with chmod 000 for example and gives error on them 2) when these error happens, it happens "IO error encountered" and it skip the "--delete" (I tried
2006 Apr 02
3
rsync and BSD file flags
> On Mon, Mar 20, 2006 at 04:51:56PM -0500, Jonathan Call wrote: > > It refers to a --flags patch that I don't see available anywhere: > I used the link to the patch in the email you cited to find it. It's > quite old though, and I saw one bug (namely that the SAME_FLAG value was > too big to actually be transmitted as a flag bit). I did a quick update > of the patch
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