10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Is there a way to find out all the ports open between source IP & destination IP in any way ? (12 Replies)
Discussion started by: UnknownGuy
12 Replies
2. UNIX for Advanced & Expert Users
I have a script that synchronises a directory to a DR server, but to improve the time, I actually use rsync to transfer files * in one batch and also
* in another batch - both batches run from the same script and run in the background.
My problem is that there isn't much space on the... (1 Reply)
Discussion started by: Catullus
1 Replies
3. UNIX for Dummies Questions & Answers
Hi All,
I want delete all files from destination folder. I am trying below commands
rsync -avFF --delete-after /home/vizion/source/ /home/vizion/destination/
I need to be delete all file/fodders from destination
Any body have idea ? Please correct me. (3 Replies)
Discussion started by: Chenchireddy
3 Replies
4. Shell Programming and Scripting
hi All,
i am getting some error while running Rsync, and unable to find error at Google even, could anyone help me here please.
---------- Post updated 08-31-13 at 07:47 AM ---------- Previous update was 08-30-13 at 04:35 PM ----------
above problem got resolved because it was not... (4 Replies)
Discussion started by: lovelysethii
4 Replies
5. UNIX for Advanced & Expert Users
hi All,
i have implemented Rsync in my source and destination server. while running through command prompt it is working fine:
ksh rsync_bravo_db.ksh usa0300uz1252.apps.mc.xerox.com /uv1402/u207/home/bravodba/bin/rsync-3.0.9/config/mrsx_rsync.cfg
but later on i created a another ksh and... (4 Replies)
Discussion started by: lovelysethii
4 Replies
6. Solaris
Hi Everyone,
I am using solaris 10.I am facing a different problem here with tlsftp.I have intalled all steps for tlsftp and able to connect to the destination server from the source server.It worked for some days.But recently when i am connectin it is giving below error.I am... (0 Replies)
Discussion started by: muraliinfy04
0 Replies
7. Shell Programming and Scripting
I've got a rsync script that backups file from disk1 to disk3. This works great however if there are extra files on disk3 they do not get deleted by the sync.
I'm syncing all folders from F-J
rsync --progress -v --delete --delete-excluded -av --recursive /home/disk1/Files/*... (0 Replies)
Discussion started by: gmccarthy
0 Replies
8. Shell Programming and Scripting
Hi everyone, and thanks to all for your assistance.
I have a problem with the rsync command. I want to make a backup of a "source" directory in a "destination" directory.
I want to specify:
"absolute path of destination" (identified by a ~): ~/Destination
or a "relative path of... (0 Replies)
Discussion started by: PaganoM
0 Replies
9. UNIX for Advanced & Expert Users
Dear Folks,
I have to backup pgsql database dump everynight on a routine. The database dump actually contains sql(text) statements. The actual size of the database dump is aroung 800 MB. Between two days backup, only few lines of statements are modified/added/deleted.
I dont want to do... (1 Reply)
Discussion started by: rssrik
1 Replies
10. UNIX for Advanced & Expert Users
is there a command in unix/linux that allows you to sample what the historic byte rate is from a local IP to a client IP. (1 Reply)
Discussion started by: cubs0729
1 Replies
XtParseAcceleratorTable(3Xt) XT FUNCTIONS XtParseAcceleratorTable(3Xt)
NAME
XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators - managing accelerator tables
SYNTAX
XtAccelerators XtParseAcceleratorTable(source)
String source;
void XtInstallAccelerators(destination, source)
Widget destination;
Widget source;
void XtInstallAllAccelerators(destination, source)
Widget destination;
Widget source;
ARGUMENTS
source Specifies the accelerator table to compile.
destination
Specifies the widget on which the accelerators are to be installed.
source Specifies the widget or the root widget of the widget tree from which the accelerators are to come.
DESCRIPTION
The XtParseAcceleratorTable function compiles the accelerator table into the opaque internal representation.
The XtInstallAccelerators function installs the accelerators from source onto destination by augmenting the destination translations with
the source accelerators. If the source display_accelerator method is non-NULL, XtInstallAccelerators calls it with the source widget and a
string representation of the accelerator table, which indicates that its accelerators have been installed and that it should display them
appropriately. The string representation of the accelerator table is its canonical translation table representation.
The XtInstallAllAccelerators function recursively descends the widget tree rooted at source and installs the accelerators of each widget
encountered onto destination. A common use os to call XtInstallAllAccelerators and pass the application main window as the source.
SEE ALSO
XtParseTranslationTable(1)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
X Version 11 Release 6.6 XtParseAcceleratorTable(3Xt)