On 10/19/2012 03:39:18 PM, Linda Walsh wrote:
> Karl O. Pinc wrote:
> > If you want help with your problem you're going to have
> > to describe exactly what you're doing; what command
> > you're running, what version of rsync, and so forth.
> ---
>
> Thanks...was going to file a bug report on it w
Also -vvv is your friend.
Excluding file foo because of pattern foo
Including file bar because of pattern bar
...
No need to guess and wonder. Just try a few things, run with -vvv,
adjust, retry, after a few trial & error you have what you want. No
excuse for treating it like a big mystery.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
When you use the + and - syntax it doesn't matter if you call it an
- --include-from=file or an --exclude-from=file. Those only matter if
the list is a plain list of patterns without the + or -.
The only things you excluded are .* Desktop/ and Downlo
Karl O. Pinc wrote:
If you want help with your problem you're going to have
to describe exactly what you're doing; what command
you're running, what version of rsync, and so forth.
---
Thanks...was going to file a bug report on it when I got
time... just haven't gotten to it.
Already worked ar
if i merge this config, i need to put it in include file?
i tried and it copied all file and folder
also why in my old script some folder like music, video and document was
copied while i don't wrote to do it?
- Original Message -
From: Kevin Korb
To: rsync@lists.samba.org
Cc:
Se
If you want help with your problem you're going to have
to describe exactly what you're doing; what command
you're running, what version of rsync, and so forth.
See:
http://www.catb.org/esr/faqs/smart-questions.html
On 10/17/2012 04:43:18 AM, Linda Walsh wrote:
>
>
>
>
>
> The volume I am di
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The - .** and .* lines are both excluding all .files and .directories
except for the ones you specifically included. For easyness of
reading I would suggest you merge the two files together with
something like:
+ .Skype/***
+ .local/
+ .local/share/
https://bugzilla.samba.org/show_bug.cgi?id=8177
--- Comment #18 from molniev 2012-10-19 12:57:52 UTC ---
Created attachment 8090
--> https://bugzilla.samba.org/attachment.cgi?id=8090
Correct fileio.c
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are rece
https://bugzilla.samba.org/show_bug.cgi?id=8177
--- Comment #17 from molniev 2012-10-19 12:49:07 UTC ---
Hi.
I'am using rsync 3.0.9 on ESXi 5.0 and detect this bug (thanks Remco Hosman).
I made a patch that solves the problem. This code reads the files, aligned
with the 4096 border. The size of
hi
i use a script to backup my homedir, that work but there are somes things i
don't really understand.
here my script
rsync -arv --delete --prune-empty-dirs --include-from=include.txt
--exclude-from=exclude /home/bob /media/usbkey
include.txt file
+ .Skype/***
+ .local/
+ .local/share/
+ .l
10 matches
Mail list logo