Re: Reading a batch file

2022-08-05 Thread uxio prego via rsync
this is the rsync list

never used that option, but the manual page tells
the batch would be read by --read-batch
have you tried that?

hth br


> On 5 Aug 2022, at 18:40, sergio hernandez via rsync  
> wrote:
> 
> Could anyone route me to the correct email list to resolve my doubt? Thanks.
> 
> El mié, 27 jul 2022 a la(s) 00:49, sergio hernandez 
> (sergio.hdzre...@gmail.com ) escribió:
> Hi, there are any form of read or unpack the batch file generated with the 
> option --only-write-batch. Or if is a data structure can you tell me where I 
> can found it?
> Thank you in advance.
> 
> -- 
> Lic. Sergio Hernández Reyes
> Desarrollador de Software
> 8111939182 - sergio.hdzre...@gmail.com 
> 
> 
> -- 
> Lic. Sergio Hernández Reyes
> Desarrollador de Software
> 8111939182 - sergio.hdzre...@gmail.com 
> -- 
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options: 
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Enabling easier contributions to rsync

2020-05-25 Thread uxio prego via rsync



> On 25 May 2020, at 23:55, Wayne Davison via rsync  
> wrote:
> 
> I've decided to give hosting it on github a try, especially since there's 
> been a lot of nice contributions lately.  Hopefully this will make it easier 
> for both the people sending patches as well as for me to snag the changes.  
> I'll continue to push changes to the samba git as well.
> 
> Here's the new repo:  https://github.com/WayneD/rsync 
> 
> Feel free to open issues there, but we won't do any migration of current 
> tickets from bugzilla unless it looks like we're going to be staying long 
> term.

Excellent call; for GitHub's temporary, but freedom's forever!

> ..wayne..
> 
> 
> On Sun, Apr 26, 2020 at 11:54 AM Ben RUBSON via rsync  
> wrote:
> > On 26 Apr 2020, at 20:37, Filipe Maia via rsync  
> > wrote:
> > 
> > Hi,
> > 
> > Are there plans to soon move to github or some other place where people can 
> > easily contribute to rsync, making the software discussion more lively and 
> > productive? 
> > I've seen several useful patches being submitted (e.g. faster checksums) 
> > which many others could really use...
> 
> +1 for GitHub, would really be convenient !
> 
> Wayne, time to switch ? :-)
> 
> Ben
> 
> 
> -- 
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options: 
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
> -- 
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options: 
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: [PATCH] Optimized assembler version of md5_process() for x86-64

2020-05-23 Thread uxio prego via rsync
Thank you, Sebastian.

> On 23 May 2020, at 13:37, Sebastian Andrzej Siewior via rsync 
>  wrote:
> 
> On 2020-05-22 22:54:18 [-0700], Wayne Davison via rsync wrote:
>> Thanks for the optimizing patches, Jorrit!  I've merged your latest changes
>> into the git master branch.
> 
> Wouldn't it be better to add support for a crypto library (like openssl)
> which would provide optimized algorithms for more than just one platform
> without the need to maintain it separately?
> 
>> ..wayne..
> 
> Sebastian
> 
> -- 
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options: 
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


let me share this quick thought with you

2019-11-13 Thread uxio prego via rsync
I was about to run a sync command chain I often run, and
(of course with dry run selected)
chose to remove the double dash to some of the rsync call
arguments.
Just some quick random weird human input testing.

So issued -no-owner instead of --no-owner. Complained, obviously.

Also issued -times instead of --times. It did not complain that, it
correctly interpreted -t -i -m -e -s instead of the error I was
expecting in my mistake.
I obviously won’t blame this project for my mistakes, but I wonder:

1. Why exactly is -times allowed as a -e -i -m -s -t in the…
   UNIX tradition?

2. Do we deserve something better - safer - than this for the sake
   of preventing bugs and data destruction?

Thanks for this awesome software.

Cheers,


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: rsync client for Chrome OS?

2019-01-07 Thread Uxio Prego via rsync
Hi, hey android allows execution of _legacy_ static
binary programs, via unpacking of binary as asset,
then chmod ing it properly and finally running it
through a system call [from e.g. the Java userland
of a vanilla android application package].

I doubt that Chrome OS doesn't include some
equivalent facility!

Cheers,

> On 7 Jan 2019, at 10:00, Perry Hutchison via rsync  
> wrote:
> 
> Parke  wrote:
>> On Sat, Jan 5, 2019 at 9:54 PM Perry Hutchison via rsync
>>  wrote:
>>> ... I'm wondering if anyone here
>>> knows of an implementation of rsync client for Chrome OS in normal
>>> (not developer) mode, i.e. as an app or extension.
>> 
>> Have you tried compiling rsync statically (on a non-Chrome OS system)
>> and seeing if it will run on Chrome OS?  Linux is Linux, after all.
>> ...
>> (I also don't know if you can even run any third-party binary
>> executables on Chrome OS if you are not in developer mode.)
> 
> I very much doubt that Chrome OS would make this possible, given its
> focus on security.  (If it _were_ possible to exec a user-supplied
> file in normal mode, one could do all sorts of interesting things
> with executable shell scripts -- like setting DISPLAY to point to
> some other machine.)
> 
> While it would certainly be possible to import a blob that happened
> to be a binary for some CPU type (into, say, the Downloads directory),
> without developer mode there is no chmod command and thus no way to
> mark that binary as executable.  Also, I suspect that user-accessible
> filesystems are mounted no-exec.
> 
> I suspect what I'm looking for is a reimplementation of rsync (or a
> useful subset, e.g. I doubt I need ACL support) in Java.
> 
> -- 
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options: 
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html