On Wed, Nov 26, 2008 at 7:05 PM, Michal Soltys <[EMAIL PROTECTED]> wrote:
> Kaushal Shriyan wrote:
>
>> I want only .sql files to be rsynced to the destination host.
>>
>> when i do rsync -avz oldUnicelFiles hostB:/home/kaushal
>> --include-from=include.txt
>> it rsync all the files under oldUnice
On Wed, 2008-11-26 at 18:33 +0100, Jeroen van der Vegt wrote:
> We're using rsync to move files from a server to a client (an embedded
> device, connected over GPRS) using a cron script on the client. To
> accomplish this, we use the --delete-source-files option. As I found in the
> archives, this
Hello all,
We're using rsync to move files from a server to a client (an embedded
device, connected over GPRS) using a cron script on the client. To
accomplish this, we use the --delete-source-files option. As I found in the
archives, this doesn't remove any folders. Is there a way to have rsync
Kaushal Shriyan wrote:
I want only .sql files to be rsynced to the destination host.
when i do rsync -avz oldUnicelFiles hostB:/home/kaushal
--include-from=include.txt
it rsync all the files under oldUnicelFiles, I mean even .gz and .txt
files too.
~/oldUnicelFiles $ ls
01-07-2008_LOG.txt.gz
Mag Gam a écrit :
Thanks for the fast response Vitorio.
Do you happen to have a simple example? I been trying to look thru
google but unsuccessful.
On Wed, Nov 26, 2008 at 8:11 AM, Mac User FR <[EMAIL PROTECTED]> wrote:
Mag Gam a écrit :
Is it possible to implement snapshots schema w
Thanks for the fast response Vitorio.
Do you happen to have a simple example? I been trying to look thru
google but unsuccessful.
On Wed, Nov 26, 2008 at 8:11 AM, Mac User FR <[EMAIL PROTECTED]> wrote:
> Mag Gam a écrit :
>>
>> Is it possible to implement snapshots schema without NFS or filesyst
Is it possible to implement snapshots schema without NFS or filesystem
mount? I would like to implement it with ssh only.
Has anyone done this before?
tia
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailma
On Wed, Nov 26, 2008 at 5:28 PM, Michal Soltys <[EMAIL PROTECTED]> wrote:
> Kaushal Shriyan wrote:
>
>> Hi
>>
>> I do rsync -avz oldUnicelFiles hostB:/home/kaushal
>> --exclude-from=exclude.txt
>> but it rsynced the excluded files too
>>
>> my exclude.txt file contains
>>
>>
Kaushal Shriyan wrote:
Hi
I do rsync -avz oldUnicelFiles hostB:/home/kaushal
--exclude-from=exclude.txt
but it rsynced the excluded files too
my exclude.txt file contains
/home/kaushal/oldUnicelFiles/*.gz
/home/kaushal/oldUnicelFiles/*.txt
Any ideas
On Wed 26 Nov 2008, Kaushal Shriyan wrote:
>
> I do rsync -avz oldUnicelFiles hostB:/home/kaushal
> --exclude-from=exclude.txt
> but it rsynced the excluded files too
>
> my exclude.txt file contains
>
> /home/kaushal/oldUnicelFiles/*.gz
> /home/kaushal/oldUnicelFiles/*.txt
Hi
I do rsync -avz oldUnicelFiles hostB:/home/kaushal
--exclude-from=exclude.txt
but it rsynced the excluded files too
my exclude.txt file contains
/home/kaushal/oldUnicelFiles/*.gz
/home/kaushal/oldUnicelFiles/*.txt
Any ideas as what am i doing wrong
11 matches
Mail list logo