Displaying 5 results from an estimated 5 matches for "raynsford".
Did you mean:
ransford
2019 Jul 26
2
Correct, resumable, large-file flags
...le in B should should
not be visible by the name it had in A before the contents match), or
it places partial files in the same directory (or in a
separate .rsync-partial directory) but then ignores them next time the
transfer runs.
Can someone spell it out for me? Which flags do I need?
--
Mark Raynsford | http://www.io7m.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20190726/600ee992/attachment.sig>
2006 Dec 11
0
Aculab
...ch have may issues with recently made computers.
I have a case opened for my problem with aculab but sysdiag shows that I have ver 1.1 and aculab says I have ver1.5! can sysdiag be inaccurate? I tried config summary and I had the same result!
wish you can read this!
Ammar Ali
From: Trevor.Raynsford@ACULAB.COMTo: asterisk-users@lists.digium.comSubject: [Asterisk-Users] Howto cut the first digitDate: Fri, 31 Mar 2006 13:41:38 +0100
Christian Reelfs wrote:
> example: > 044612345 > should be after cut operation: > 44612345 > > My try in the extension.conf:
> exten => _0...
2019 Jul 27
1
Correct, resumable, large-file flags
...ew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, xattrs, iconv, symtimes, no prealloc, file-flags
--
Mark Raynsford | http://www.io7m.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/rsync/attachments/20190727/02bfde3d/attachment.sig>
2019 Jul 27
0
Correct, resumable, large-file flags
Hi
On Fri, 26 Jul 2019 20:15:27 +0100 Mark Raynsford via rsync wrote:
> I want to mirror a directory A on server www1.example.com to a
> directory B on www2.example.com. The directory A contains very
> large but essentially read-only files. A server process on
> www1.example.com periodically creates new large files and deletes old
> o...
2006 Mar 31
3
Howto cut the first digit
Hi, sorry for this noop question,
but does anybody know how to cut the first digit of a variable?
example:
044612345
should be after cut operation:
44612345
My try in the extension.conf:
exten => _0[0-9].,2,Cut(mynum=EXTEN,/ ,1)
exten => _0[0-9].,3,Dial(Zap/g1/${mynum},90,T)
but it didn't work, my problem is the delemiter, I have no delemiter,
the default is "-" but how to