Sponsored Content
Full Discussion: Lftp mirror pattern
Top Forums UNIX for Beginners Questions & Answers Lftp mirror pattern Post 303045309 by indeed_1 on Monday 16th of March 2020 07:37:20 AM
Old 03-16-2020
Work like charm! This is exactly what I want.

Thank you so much brother Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

LFTP Mirroring

LFTP Mirroring We are planning to use lftp to mirror some of the files and directories on to the remote server. What we exactly want to do is mirror some of the directories and exclude some of the the directories from "/" i.e. main root. . What lftp is doing is... (0 Replies)
Discussion started by: sameerarora
0 Replies

2. Solaris

ZFS Mirror versus Hardware Mirror

I've looked a little but haven't found a solid answer, assuming there is one. What's better, hardware mirroring or ZFS mirroring? Common practice for us was to use the raid controllers on the Sun x86 servers. Now we've been using ZFS mirroring since U6. Any performance difference? Any other... (3 Replies)
Discussion started by: Lespaul20
3 Replies

3. Solaris

What is mirror and sub mirror in RAID -1 SVM

Hi , I am new to SVM .when i try to learn RAID 1 , first they are creating two RAID 0 strips through metainit d51 1 1 c0t0d0s2 metainit d52 1 1 c1t0d0s2 In the next step metainit d50 -m d51 d50: Mirror is setup next step is metaattach d50 d52 d50 : submirror d52 is... (7 Replies)
Discussion started by: vr_mari
7 Replies

4. UNIX for Advanced & Expert Users

lftp: Option to lftp a file, wait and download a file as soon as its created

Please let me know what is lftp options combination to wait and download a file from target as soon as its gets created. I tried with different options but not able to get it working as I need any help would be appreciated (4 Replies)
Discussion started by: bmkux
4 Replies

5. HP-UX

What is the difference between DRD and Root Mirror Disk using LVM mirror ?

what is the difference between DRD and Root Mirror Disk using LVM mirror ? (3 Replies)
Discussion started by: maxim42
3 Replies

6. Red Hat

Lftp issue

I installed KVM and configured two virtual machines in it server1.example.com(192.168.100.193) and tester1.example.com(192.168.100.230).I want to access server1.example.com from tester1.example.com over lftp.As far as networking is concerned between both I do have some doubts. I tried ping and... (5 Replies)
Discussion started by: shazgaurav
5 Replies

7. UNIX for Dummies Questions & Answers

Lftp operation

dear all, I need to get files from ftp when only files consist of words 'EUROPE' ftp sources in folder /ftp1/ftp2/ftp3/201409 files inside /ftp1/ftp2/ftp3/201409is as below 201409_EUROPE_citizen.txt 201409_EUROPE_natality.txt 201409_EUROPE_occupancy.txt 201409_ASIA_citizen.txt... (1 Reply)
Discussion started by: radius
1 Replies

8. Shell Programming and Scripting

lftp is not working.how to replace lftp with expect utility using same .cfg file.

We have lftp command inside shell file. which is intern calling .cfg file for transferring the file from one server to other. Below command to not working. lftp -e "set net:max-retries 1; set net:reconnect-interval-base 1; put -E -O /destinationdir/inbox/ /sourcedir/test.txt; bye" -u... (4 Replies)
Discussion started by: johnsnow
4 Replies

9. Shell Programming and Scripting

Error with LFTP

I use below ftp command to push the file from UNIX server to Mainframe system. (lftp -d -e "set ftp:passive-mode false; put -a ${SPOOLFILE} -o ${FNAME}; exit" -u ${id},${paswd} ${host} ) >> $ftplog To ftp the file successfully i need to get the out put for FNAME as "'filename'" (double... (5 Replies)
Discussion started by: zooby
5 Replies
PDB2PQR(1)							  PDB2PQR Manual							PDB2PQR(1)

NAME
pdb2pqr - Generate PQR files for use in electrostatics calculations SYNOPSIS
pdb2pqr [--nodebump] [--noopt] [--chain] [--assign-only] [--clean] [--ffout=name] [--with-ph=ph] [--apbs-input] [--ligand=path] [[--verbose] | [-v]] --ff=forcefield path output-path pdb2pqr {--help | -h} DESCRIPTION
pdb2pqr automates many of the common tasks of preparing structures for continuum electrostatics calculations, providing a utility for converting protein files in PDB format (path) to PQR format (output-path). These tasks include: o Adding a limited number of missing heavy atoms to biomolecular structures o Determining side-chain pKas o Placing missing hydrogens o Optimizing the protein for favorable hydrogen bonding o Assigning charge and radius parameters from a variety of force fields OPTIONS
pdb2pqr accepts the following options: --ff=forcefield The forcefield to use. Current values are amber, charm, parse and tyl06. --help, -h Print a help message and exit. --nodebump Do not perform debumping operation. --noopt Do not perform hydrogen optimization. --chain Keep the chain ID in the output PQR file. --assign-only Only assigns charges to add atoms, debump, or optimize. --clean Do no optimization, atom addition, or parameter assignment, just return the original PDB file in alligned format. --ffout=name Instead of using the standard caninical naming scheme for residue and atom names, use the names from the given forcefield. --with-ph=ph Use propka to calculate pKas and apply them to the molecule given the pH value. Actual PropKa results will be output to output-path.propka. --apbs-input Create an APBS input file based on the generated PQR file. Also create a Python pickle for using these parameters in other programs. --ligand=path Calculate the parameters for the ligand in MOL2 format at the given path. Pdb2pka must be compiled. --verbose, -v Print additional information to screen. EXTENSIONS
Extensions add functionality to PDB2PQR and are called by passing a parameter to pdb2pqr. They put their results into files located in output-path. The following extensions can be used by pdb2pqr: --phi Print the per-residue backbone phi angle to output-path.phi. --psi Print the per-residue backbone psi angle to output-path.phi. --hbond Print a list of hygrogen bonds to output-path.hbond. --chi Print the per-residue backbone chi angle to output-path.chi. --contact Print a list of contacts to output-path.con. --hbondwhatif Print a list of hydrogen bonds to output-path.hbo. --salt Print a list of salt bridges to output-path.salt. --rama Print the per-residue phi and psi angles to outpath-path.rama. CITING PDB2PQR Please acknowledge your use of pdb2pqr by citing: Dolinsky TJ, Nielsen JE, McCammon JA, Baker NA. PDB2PQR: an automated pipeline for the setup, execution, and analysis of Poisson-Boltzmann electrostatics calculations. Nucleic Acids Research, 32, W665-W667 (2004). SEE ALSO
psize(1) AUTHOR
Manuel Prinz <debian@pinguinkiste.de> Wrote this manpage for the Debian System. COPYRIGHT
Copyright (C) 2008 Manuel Prinz pdb2pqr 2008-06-04 PDB2PQR(1)
All times are GMT -4. The time now is 03:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy