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
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
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.
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
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.
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
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
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
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
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
[
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
/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
> 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
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
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
32 matches
Mail list logo