Rsync error while running from destination to source
hi All,
i have 2 server setup now for Rsync, i configured Rsync on both of the server and it worked well when i did run from source to destination. and while running back from destination to source it produced this error:
Quote:
[/uv1402/u207/home/bravopdba] [/uv1402/u207/home]
Authorized uses only. All activity may be monitored and reported.
ld.so.1: rsync: fatal: libiconv.so.2: open failed: No such file or directory
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]
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)
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)
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)
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)
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)
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)
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)
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)
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
LEARN ABOUT MINIX
qenable
qenable(8B) PBS qenable(8B)NAME
qenable - enable input to a pbs destination
SYNOPSIS
qenable destination ...
DESCRIPTION
The qenable command directs that a destination should accept batch jobs.
The qenable command sends a Manage request to the batch server specified by destination. If the command is accepted, the destination will
accept Queue Job requests which specified the queue.
In order to execute qenable, the user must have PBS Operation or Manager privilege.
OPERANDS
The qenable command accepts one or more destination operands. The operands are one of three forms:
queue
@server
queue@server
If queue is specified, the request is to enable that queue at the default server. If the @server form is given, the request is to enable
all the queues at that server. If a full destination identifier, queue@server, is given, the request is to enable the named queue at the
named server.
STANDARD ERROR
The qenable command will write a diagnostic message to standard error for each error occurrence.
EXIT STATUS
Upon successful processing of all the operands presented to the qenable command, the exit status will be a value of zero.
If the qenable command fails to process any operand, the command exits with a value greater than zero.
SEE ALSO pbs_server(8B), qdisable(8B), and qmgr(1B)Localqenable(8B)