DO NOT REPLY [Bug 4793] link-dest hardlink does not always work well with -o -g -p

2007-07-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4793 --- Comment #3 from [EMAIL PROTECTED] 2007-07-20 00:25 CST --- > You can accomplish this yourself by filling the destination with hard-links > from the previous backup in advance using "cp -al". I'll give this a shot. > You might als

DO NOT REPLY [Bug 4793] link-dest hardlink does not always work well with -o -g -p

2007-07-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4793 --- Comment #2 from [EMAIL PROTECTED] 2007-07-20 00:22 CST --- > You can accomplish this yourself by filling the destination with hard-links > from the previous backup in advance using "cp -al". I'll give this a shot. > You might als

RSYNC Hung

2007-07-19 Thread Troy Haines
Hi all, RSYNC Server: CENT OS 5 RSYNC Version: 2.6.8, Running RSYNC Daemon. Client: Windows 2003 Standard, Delta Copy running rsync.exe version 2.6.6 We are backing up 2 files at each site at a total of 3 sites. 1 site is running perfectly, whilst the other 2 are causing constant grief.

Re: Rysnc Schedule

2007-07-19 Thread Rick Romero
About 4 hours after my reply I had a functional rsnapshot install - what took me so long (besides having 'real' work to do ;) was trying to figure out how to split up my vpopmail/domains directories so the rsync wouldn't take so long (because of so many files/directories). I ended up usin

Re: Rysnc Schedule

2007-07-19 Thread sparty2809
Sorry, I didn't mean to come off rude. I appreciate the help. I will look into it and see how it works. Thanks for all the suggestions. Matt McCutchen-3 wrote: > > On 7/19/07, Chris <[EMAIL PROTECTED]> wrote: >> I know how to use the command prompt, was just curious if it had a gui. > > OK.

Re: Compression error?

2007-07-19 Thread Chuck Wolber
On Thu, 19 Jul 2007, WCSL wrote: > Seems to work fine without compression -z flag omitted. Is this going through a Watchguard firewall at any point? ..Chuck.. -- http://www.quantumlinux.com Quantum Linux Laboratories, LLC. ACCELERATING Business with Open Technology "The measure of the res

Re: rsync bug?? (rsync fails when -C is used).

2007-07-19 Thread Matt McCutchen
On 7/19/07, Paul Cui <[EMAIL PROTECTED]> wrote: hi, All. I just compiled the latest rsync (2.6.9). but I'm getting an error when I use the -C option. eg: $ rsync -aCv host1:/home/john/data/ /home/john/data receiving file list ... ERROR: out of memory in add_rule [sender] rsync error: error alloc

Re: Compression error?

2007-07-19 Thread Matt McCutchen
On 7/19/07, WCSL <[EMAIL PROTECTED]> wrote: Error received when trying to use rsync -vz on the client inflate (token) returned -5 rsync error: error in rsync protocol data stream (code 12) at token.c(458) rsync: writefd_unbuffered failed to write 4092 bytes: phase "unknown" [generator]: Broken p

rsync bug?? (rsync fails when -C is used).

2007-07-19 Thread Paul Cui
hi, All. I just compiled the latest rsync (2.6.9). but I'm getting an error when I use the -C option. eg: $ rsync -aCv host1:/home/john/data/ /home/john/data receiving file list ... ERROR: out of memory in add_rule [sender] rsync error: error allocating core memory buffers (code 22) at util.c(11

Compression error?

2007-07-19 Thread WCSL
Hello, Server rsyncd [EMAIL PROTECTED] steve]# rsync --version rsync version 2.6.9 protocol version 29 [EMAIL PROTECTED] steve]# uname -a Linux data1.contact-24-7.local 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 26 14:30:58 EDT 2007 i686 i686 i386 GNU/Linux [EMAIL PROTECTED] steve]# Client rsync [

Re: Files copied into wrong directory

2007-07-19 Thread Matt McCutchen
On 7/19/07, Alan Cheers <[EMAIL PROTECTED]> wrote: I think I understand a bit better now. To use SSH you don't get to use the daemon (unless you specify the remote shell/which may cause loss of features). Well, you have the choice of (1) a single-use daemon invoked over ssh or (2) a connectio

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Matt McCutchen
On 7/19/07, Wayne Davison <[EMAIL PROTECTED]> wrote: On Thu, Jul 19, 2007 at 10:42:05AM -0400, Abdul Khan wrote: > rsync --verbose --progress --stats --recursive > /home/vpopmail/ 192.167.1.61::email_backup/ You didn't specify owner or group preservation. I recommend using -a (--archive) so tha

Re: Rysnc Schedule

2007-07-19 Thread Matt McCutchen
On 7/19/07, Chris <[EMAIL PROTECTED]> wrote: I know how to use the command prompt, was just curious if it had a gui. OK. Please don't take any offense at my offering a little extra support in case you were a user who needed it. So this can backup for 30 days and once 30 days comes up, it wil

DO NOT REPLY [Bug 4803] link-dest folder is not validated

2007-07-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4803 --- Comment #1 from [EMAIL PROTECTED] 2007-07-19 14:17 CST --- A leading ~ is a shell expansion that only occurs at the start of an arg. If you want the shell to expand it, get rid of the '=' in the --link-dest option: --link-dest ~/De

DO NOT REPLY [Bug 4803] New: link-dest folder is not validated

2007-07-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4803 Summary: link-dest folder is not validated Product: rsync Version: 3.0.0 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P3 Compon

Re: Rysnc Schedule

2007-07-19 Thread Keith Lofstrom
On Wed, Jul 18, 2007 at 08:45:28PM -0400, Matt McCutchen wrote: > On 7/18/07, Charles Marcus <[EMAIL PROTECTED]> wrote: > >Is there an alternate way to remove an entire directory *without* > >traversing the directory itself? > > No filesystem that I know of provides one, although it would be great

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Wayne Davison
On Thu, Jul 19, 2007 at 10:42:05AM -0400, Abdul Khan wrote: > rsync --verbose --progress --stats --recursive > /home/vpopmail/ 192.167.1.61::email_backup/ You didn't specify owner or group preservation. I recommend using -a (--archive) so that you get everything preserved and everything copied. I

Re: Rysnc Schedule

2007-07-19 Thread Matt McCutchen
On 7/19/07, Chris <[EMAIL PROTECTED]> wrote: Never used it before. Does it have a gui? No. You edit the configuration file /etc/rsnapshot.conf and then run rsnapshot from the command line with the name of the backup interval, like "rsnapshot daily". Please don't be put off by having to edit

Re: Files copied into wrong directory

2007-07-19 Thread Matt McCutchen
On 7/19/07, Alan Cheers <[EMAIL PROTECTED]> wrote: I've got to be overlooking something but when I use rsync client to copy files from one box to another it creates the folder/files in the root directory instead of what is specified in the module path statement. Did you write the destination

Files copied into wrong directory

2007-07-19 Thread Alan Cheers
I've got to be overlooking something but when I use rsync client to copy files from one box to another it creates the folder/files in the root directory instead of what is specified in the module path statement. I have tried it via ssh and without. With user authentication on and without. I a

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread A. Khan
> In the future and if you need more help on this issue than the below, > please send the exact rsync command you used! Here is the command that I ran from the destinition machine which is also running the rsync daemon or the rsync server; [EMAIL PROTECTED] admin]# rsync --verbose --progress

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Matt McCutchen
On 7/19/07, Abdul Khan <[EMAIL PROTECTED]> wrote: > In the future and if you need more help on this issue than the below, > please send the exact rsync command you used! Here is the command that I ran from the destinition machine which is also running the rsync daemon or the rsync server; [EM

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Abdul Khan
On 7/19/07, Abdul Khan <[EMAIL PROTECTED]> wrote: >> I have recently installed rsync.2.6.9. on CentOS4.x boxes. That was my >> first backup yesterday. In the future and if you need more help on this issue than the below, please send the exact rsync command you used! >> But I notice that

Re: Local disk to disk Rsync taking an hour longer than disk to remote

2007-07-19 Thread W Smith
Sincere thanks to everyone for their replies. Before following some of the advice offered I decided to investigate the machine filesystem further. I'm no linux expert (obviously :)) but found that of the ext3 filesystems on each disk, the dir_index feature was only enabled on the primary disk. Re

Re: Rysnc Schedule

2007-07-19 Thread Rick Romero
On Thu, 2007-07-19 at 09:30 -0400, Matt McCutchen wrote: > On 7/19/07, Rick Romero <[EMAIL PROTECTED]> wrote: > > /usr/bin/find /var/backup/* -mtime +30 -exec rm -rf {} \; > > > > Anything older than 30 days gets deleted from /var/backup/ > > That's no good: it deletes individual files that happen

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Matt McCutchen
On 7/19/07, Abdul Khan <[EMAIL PROTECTED]> wrote: I have recently installed rsync.2.6.9. on CentOS4.x boxes. That was my first backup yesterday. In the future and if you need more help on this issue than the below, please send the exact rsync command you used! But I notice that some hidden (o

Re: Rysnc Schedule

2007-07-19 Thread Matt McCutchen
On 7/19/07, Rick Romero <[EMAIL PROTECTED]> wrote: /usr/bin/find /var/backup/* -mtime +30 -exec rm -rf {} \; Anything older than 30 days gets deleted from /var/backup/ That's no good: it deletes individual files that happen to be older than 30 days from even yesterday's backup. This is better

files permission and hidden files are not rsync properly

2007-07-19 Thread Abdul Khan
Hi folks, I have recently installed rsync.2.6.9. on CentOS4.x boxes. That was my first backup yesterday. But I notice that some hidden (or dot files) are not copied to the other host on the network. And group and ownership of the files are changed to “nobody” while files and folders permissi

Re: Rysnc Schedule

2007-07-19 Thread Rick Romero
/usr/bin/find /var/backup/* -mtime +30 -exec rm -rf {} \; Anything older than 30 days gets deleted from /var/backup/ On Thu, 2007-07-19 at 05:46 -0700, sparty2809 wrote: > I guess I should have been clearer. I know how to delete files/directories. > I am just not sure how to delete say the 31s

Re: Rsync Schedule

2007-07-19 Thread Stuart Halliday
> On 7/18/2007, Chuck Wolber ([EMAIL PROTECTED]) wrote: > > In linux, you delete files with the "rm" command... > > OT follow-up... > > Is there an alternate way to remove an entire directory *without* > traversing the directory itself? I just use rmdir under Windows. Also Windows users can u

Re: Rysnc Schedule

2007-07-19 Thread sparty2809
I guess I should have been clearer. I know how to delete files/directories. I am just not sure how to delete say the 31st and so forth. Chuck Wolber wrote: > > On Wed, 18 Jul 2007, sparty2809 wrote: > >> I understand how to do the rsync part, but how would I delete the files? > > In linu

Auto Reply

2007-07-19 Thread james . dishongh
James Dishongh is not available. Please forward any issues to [EMAIL PROTECTED], or call 360-567-0469. Thank you, Net-Rx Support Team -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html