On Wed, Nov 20, 2002 at 02:19:20PM -0500, [EMAIL PROTECTED] wrote:
> Hello All,
>
> I was wondering if anyone has a viable syntax solution for using rsync with
> the --exclude and --delete option.
>
> I have been using the rsync process to backup certain files and filesystems
> for ease of recove
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I was wondering if anyone has a viable syntax solution for using
> rsync with the --exclude and --delete option.
...
> Current Syntax:
> rsync -vaox --exclude ".snapshot" * [destination]
> NOTE: Current directory is source.
I believe changing * to .
Hello All,
I was wondering if anyone has a viable syntax solution for using rsync with
the --exclude and --delete option.
I have been using the rsync process to backup certain files and filesystems
for ease of recovery in the event of unexpected downtime on the primary. I
recently noticed that t