Brbackup - using rsync in place of cp ?

I wonder if anyone has replaced cp with rsync withing the
initSAPSID.sap ? And if so how did you go about it ?
I've though of creating a script that replaces copy in the init.sap
file but can not find where 'copy' is
disk_copy_cmd = copy
Is there a document that describes how this works ? Or ???
thanks
-pete

Welcome to the forums.
The iPhone doesn't work with most older iPod to car stereo solutions that use the dock connecter -- the pins are slightly different on the iPhone and the phone itself detects when the pins are not connected to a device that "knows" it's an iPhone and thus it will either tell you it can't work or it will tell you to put it into airplane mode (which sometimes will work but sometimes not). In most cases it won't even charge properly this way.
There are some things that are being offered that purport to work with the iPhone, like this:
http://www.carplayer.com/
so doing a Google on "iPhone car adapter" will pay dividends. If you don't care to control the phone through the car's stereo controls just plugging in the headphone jack of your phone into your car's aux input jack will do just fine (but you'll have to control everything through the phone).

Similar Messages

  • Cron job not running - script uses rsync, ssh (with id_rsa)

    Does anyone know how to get cron to run a rsync/ssh script which uses id_rsa for passwordless logins?
    I have a backup script I have slaved for months over that works wonderfully when running it from the command line.
    It uses rsync and connects with SSH (passwordless using ssh keys). I have setup id_rsa and id_rsa.pub for passwordless logins (this is my user account, and connects using root@ to the server)
    As stated all works find when run from the command line. But when I setup a cron job to run this file (exact same line I run from the command line) it does not execute. Actually, it does run, as I have an email notifiction which sends to me. It is just the rsync/ssh part that does not run.
    I have spent days and days trying to figure it out. No error messages occur, nothing.  Took me a while to find out cron is emailing the user account on Lion the messages (not to a proper email address).
    The error shows a permission denied, which I believe to be the cron user cannot use the id_rsa/ssh connection.
    Cron is running the script as my user, the same I use on the command line. I even tried copying the id_rsa to the root user .ssh folder in case cron is running as root but that does not work either.
    So does anyone know how to get cron to run this rsync/ssh script which used id_rsa for passwordless logins?
    Thanks a lot

    YES! Got it working, finally!
    So the issue is indeed cron/launchd not being able to access the ssh-agent which holds the key.
    So this is the solution...
    Download keychain for Mac:
    http://www.funtoo.org/wiki/Keychain
    Then once its installed and configured, the script to run needs this added to the top:
    eval `keychain --noask --eval id_rsa` || exit 1
    Note I am using id_rsa whereas keychains instructions refer to id_dsa so I just changed it and it works OK.
    When the script runs the first time it asks for the key password. Then it works from then on.
    What I do not know yet is will I need to re-enter the password when I logoff/logon again. That will cause an issue as I auto restart the Mac every day which means if I am off for a few days backup will stop (can you see the madness in this issue!).

  • In CS4 Use of File Place Does Not Center Images

    I have been using CS3 for about 1 1/2 years, so of course had to give CS4 a try. I downloaded the trial. I immediately had an issue with File > Place.
    I often use File > Place to add additional items into a document. I believe the expected functionality of File>Place is that the file should then be centered in the document.
    Here is what I have done:
    + Create a 12"x12" document at 200ppi (I have also tried to create a document at 2400x2400 pixels)
    + Use File>Place to add a square 2400x2400 pixel image (JPG file) into the document
    + The added layer is now offset ever so slightly in the new document.
    + Further observation shows that the horizontal reference point is at 1202 (screen shot attached), thus creating an offset from center. I change it to 1200 and sure enough the paper is centered perfectly. I thought maybe changing it once would make it the same next time, but that is not the case.
    + When I used the File>Place command, I was zoomed out (25%), and the entire image was viewable on screen. If I zoom out further, say 8.33%, the offset is 1206.
    I am able to duplicate this on two different computers with the following configurations:
    Computer #1
    + Windows XP Professional Version 2002 SP2
    + AMD Athlon 64 X2 Dual Core Processor 6000+ (3.01GHz)
    + 4GB RAM
    + nVidia GeForce 8600 GT, driver version 6.14.11.5819
    Computer #2
    + HP Pavilion dv9843cl Laptop
    + Windows Vista x64 SP1
    + Intel Core Duo processor T8100 (2.1 GHz)
    + 4GB RAM
    + nVidia GeForce 8600M GS with 512MB DDR dedicated graphics memory, ForceWare version 167.43
    + Video BIOS version: 60.83.4f.00.22
    Operating System: Windows XP Professional
    Browser: Firefox
    Video display card / driver version: nVidia GeForce 8600 GT, driver version 6.14.11.5819
    Screen shot (not sure if this works in these forums):
    [IMG]http://cdn-1-service.phanfare.com/images/external/1466784_1419796_53071200_Full_3/0_0 _41325929f3d5a1780af10559af98d829_1[/IMG]
    Any ideas?????
    ~ Kathleen

    "Place" ..... It is not all the easy to understand how place works without studying its behavior.  Often it will work in a way your not expecting if you do not understand how it works. There is a setting in Photoshop preferences Resize Image during Place. Un Checking this setting does not mean the image will not be resize nor does checking  this setting mean that it will be resize. On top on top of that the seems to be something in Photoshop on My system that keeps changing the setting to the checked state.
    What the heck am I writing am I trying to make this worse.  No I'm not.  To prove that I first tell you it is very easy to center position a placed layer in an action after the Place step add a step select all the two layer>Align layers to selection>Horizontal Center then vertical center. The deselect...
    Place....
    There is a lot going on remember in Photoshop a Layer can be any size  Larger/smaler/same as the canvas and can have any aspect ratio. If the placed image has more pixels them a canvas side size and the preference is checked the placed image will be transformed to fit within the canvas size. If not checked the placed image will transformed to the same dpi resolution so no pixels will be changed.    The only time a place image is not transformed is when the the preference is not checked and the placed image file has the same dpi as the current Photoshop Document.  In this cast the image is placed in at 100% size be it smaller/larger/same as canvas size.

  • Howto escape spaces in pathes when using rsync via ssh?

    Hi,
    I'm using rsync to sync my Addressbook's data from my PB to the cube where my iPod is connected to and syncs to that data. I've also set up ssh to connect to the cube and vice versa. Problem is, the path to the address book data contains a white space (Application Support). I escape it using a backslash on both the local and the remote path in the rsync command. It works with the local path but not with the remote one where it becames a 'real' space, so that rsync creates a new folder ~/Library/Application and copies everything over there. Any suggestions what's going on and how to solve it?
    (I remember I read something about the oddities of terminal - back when Panther came out - also scratching those kinds of issues, but don't remember where this was and yes, I've a workaround using a spaceless symlink at the cube, but I'd like to solve it within the rsync command. The symlink is just ugly).
    PowerBook 12   Mac OS X (10.4.6)  

    Hello Denis,
    Enclose the Path with double quotes and escape the whitespace with a backslash:
    with ssh, it works for me like:
    scp user@remote-host:"/Library/Application\ Support/test.nix" .
    works with rsync too this way.

  • Build process by using -run-in-place option

    Hi,
    I want use runAssembler -run-in-plcae option for my developement purpose, I Dont want to do ant script for every time while hot-swap. So how to use this option, I have checked out my module under ATG 10.Root,
    And I tried this command " D:\ATG\10.0.1\home\bin>runAssembler -run-in-place test.ear -m B2CCommerce TestRun DafEar.Admin | ATGLogColorizer.exe"
    this create's in the ear with test.war as well, I want to know if we use -run-in-place, should test.war also creates or not.
    Please help me for the right command.
    Thanks,
    Prabhu.Chinaraj

    swhinck wrote:
     But if I export as SWF, some people will not be able to open it.
    Whatever format you send it, some people will not be able to open it because they may not have the software to view it.  SWF files can be viewed on any platform with Adobe Media Player.

  • How to use rsync on Solaris 10

    I have set up rsync to run as a daemon on 2 Solaris 10 servers
    rsync --daemon
    with a /etc/rsyncd.conf file of
    motd file = /etc/motd
    max connections = 5
    syslog facility = local3
    [ftp]
    comment = ftp area
    path = /
    read only = yes
    list = yes
    uid = nobody
    gid = nobody
    [tmp]
    comment = temporary file area
    path = /tmp
    read only = yes
    list = yes
    host allow = l3sun l4sun
    auth users = root
    when I execute
    rsync -vrzt l3:/usr/ptraq/man /usr/ptraq/man
    it gives the following:
    The authenticity of host 'l3 (89.1.20.13)' can't be established.
    RSA key fingerprint is 45:e6:23:88:42:7f:a6:9f:55:b4:43:ba:1c:1d:90:45.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added 'l3,89.1.20.13' (RSA) to the list of known hosts.
    Password:
    Password:
    Password:
    Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive).
    rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
    rsync error: error in rsync protocol data stream (code 12) at io.c(359)
    Any ideas as to how to use rsync on Solaris 10

    When given a file source lie l3:/usr/ptraq/man with one colon (:) ssh attempts to connect using ssh.
    If you want to connect to the rsync daemon, you need to give 2 colons l3::/usr/ptraq/man.
    Your other alternative is to setup ssh keys so you can log in without a password and then you won't have to run rsync in daemon mode at all.

  • Can w use rsync for Business Continuity for Oracle Applications Release12 ?

    Hi ,
    One of our customer has implemented Oracle EBS R12 (12.0.6) on HP-UX (IA).
    Database Tier on a Two Node Oracle Database 10g R2 RAC
    Application Tier on Two Node using Shared APPL_TOP with Load Balancer.
    They want to implement DR site using Oracle Data Guard (RAC to Non-RAC).
    I was referring to Note: 452056.1 +( Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC )+.
    In this note its mentioned that:
    If you wish to synchronize your concurrent manager log and out files between production and standby, you need to create folders matching to the APPLCSF environment variables for each others......................... For example, set up an rsync job similar to the below example in cron, to run every few minutes.
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.
    Rgds,
    Thiru.

    Thiru,
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.You can use it with no issues. Or, you could use any other copy tool to copy those files.
    Thanks,
    Hussein

  • Extending LOV that is used in multiple places

    Hi,
    I am planning to extend organization VO in iRecruitment (vacancy creation) to restrict the LOV based on organization type. This LOV is very common and is using in multiple places in he application.
    I am new to this and i need to know that by extending such kind of LOV, will the affect appear on the whole application where this LOV is using or only at particular place ???
    Regards
    Ayaz

    Anoop,
    Responsibility : Recruiter Home
    Function : Vacancy Creation / Vacancy Search
    Page : /oracle/apps/irc/vacancy/webui/VacSrchPG.VacancySearchQuery.IRC_ORGANIZATIONS_LOV
    VO Name : oracle.apps.irc.lov.server.OrganizationsLovVO
    Is it possible to extend the VO so that it will affect on vacancy search page ONLY as i want to restrict the search on the basis of login in user organization id only.
    But while creating this will work as it is.
    Regards
    Ayaz

  • A tiny font is used in many places across Java Swing applications (help!)

    In many places in Java but mostly in text boxes I'm seeing a very small font that is quite hard to read.
    I am seeing this all over the place in Java programs and it is getting on my nerves.
    I'm not sure what is causing this.
    I also encountered this issue when running Java on Windows XP.
    I really need help on how to solve this,
    Or maybe it is actually a bug with Java itself and Windows?
    An image of the problem in SwingSet2:
    [SwingSet 2 Tiny Font Example|http://img687.imageshack.us/img687/1373/swingset2tinyfont.png]
    System spec:
    Windows 7 Professional 32-bit (Aero is on)
    Java 6 Update 20
    English system locale and language
    No special dpi settings (default)
    Screen Resolution: 1280x1024
    Avast Antivirus 5.0
    An intel graphics card
    Edited by: Temp111 on May 9, 2010 7:38 AM

    camickr wrote:
    That is not a problem. Somewhere in that code the programmer uses setFont(....) to make it a smaller font. The default font of a text component does not behave like that.
    For more help create a [SSCCE (Short, Self Contained, Compilable and Executable, Example Program)|http://sscce.org/], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.No, it's defiantly a problem. Probably in the default fonts that Swing uses in some places.
    I detected one place where I can easily trigger this issue, a JTextArea And the Windows Look and Feel, So here is a SSCCE for you:
    [Picture Of Tiny Font SSCCE With Tiny Font issue|http://img88.imageshack.us/img88/7876/tinyfont.png]
    import javax.swing.JFrame;
    import javax.swing.JTextArea;
    import javax.swing.UIManager;
    import javax.swing.UnsupportedLookAndFeelException;
    public class TinyFont {
         public static void main(String[] args) {
              try {
                   UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
              } catch (ClassNotFoundException e) {
                   e.printStackTrace();
              } catch (InstantiationException e) {
                   e.printStackTrace();
              } catch (IllegalAccessException e) {
                   e.printStackTrace();
              } catch (UnsupportedLookAndFeelException e) {
                   e.printStackTrace();
              JFrame frame = new JFrame("Tiny Font");
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JTextArea textArea = new JTextArea("Tiny Font Test");
              frame.add(textArea);
              frame.setSize(150, 100);
              frame.setLocationRelativeTo(null);
              frame.setVisible(true);
    }But I also encountered this issue in other places that use Swing.
    Try SwingSet2 Source Code Tab for example: [SwingSet2|http://java.sun.com/products/jfc/jws/SwingSet2.jnlp]

  • Backing up ifolder data to NAS using rsync comand

    Been using rsync to backup users NSS volumes to local NAS with shares on it. Command I use is:
    rsync -ahz --delete-after --stats /local path /mnt/path
    mounting NAS to local mount point first beforehand, then using rsync to copy the data. Customer had question since he wasn't backing up ifolder data to it. Modified script to backup local path /ifolder/data/simias to get all files and subdirectories underneath. It worked fine, but it doesn't appear to backup the path /ifolder/data/simias/SimiasFiles directory. Tried running command just to backup that particular directory, and it appear to run, but no data shows up on NAS. Could it be something I am missing in this in getting this to copy the data over correctly?

    jlewter,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Can one cut and paste an audio clip within a movie to use in another place?

    can one copy and paste an audio clip within a movie to use in another place?  Any help would be appreciated.  Thanks

    If you are wanting to use the audio from clip A into clip B then try......
    First check that Advanced tools are enabled: iMovie>Preferences>General>Show Advanced Tools.
    Drag clip A from the Event UPON clip B in the Project. When you release the mouse you will get a pop up menue.
    Select Audio Only. Note the other options for another day!!!!
    You will get a green bar as Karsten mentions above ( move it , shorten it etc, etc.)
    Show Audio Waveform by selecting Blue Waveform Box ,bottom right of Project Window.
    You can adjust audio level from clip A and clip B to your requirements.You can set either to zero volume if you require.
    This may not be what you meant by "to use in another place "
    If you want just the audio to use outside of iMovie, try;
    With the required clip/clips only in the project> Share> Export Using Quicktime and in Export Select "Sound To AIFF. Save to desktop in the first instance so you can easily find it.

  • Using rsync to keep a local mirror - way to not download 64?

    I keep a local mirror since i keep multiple computers synced and want to save bandwidth.
    But now I have an x86_64 mirror for which I have no use. Is there some way to *not* download those files?

    It is very simple! I use:
    rsync -rptvz --delete rsync.archlinux.org::current/os/i686 /mnt/storage1/mirror/current/os/
    Note that I use -rptvz instead of -avz. IMHO this is better.
    But why do you mirror whole repos when there is an easier way.
    I'm going to write howto on wiki. I don't like this way - it wastes bandwidth, time and money.

  • KeyStore provider is deprecated, what to use in its place?

    Hi Folks,
    Here (http://edocs.bea.com/wls/docs70/secintro/model.html#1024111), I am
    told that the keystore provider is deprecated.
    Unfortunately, it doesn't tell me why it is deprecated, nor what I should
    use in its place.
    I still need it to store the private keys used in the SSL configuration, so
    why is it deprecated?
    Regards,
    Jon

    "Jon Mountjoy" <[email protected]> wrote in message
    news:[email protected]..
    Hi Folks,
    Here (http://edocs.bea.com/wls/docs70/secintro/model.html#1024111), I am
    told that the keystore provider is deprecated.
    Unfortunately, it doesn't tell me why it is deprecated, nor what I should
    use in its place.
    I still need it to store the private keys used in the SSL configuration,so
    why is it deprecated?
    In 8.1, we added keystores to the server mbean. Having a provider to
    configure
    the keystore information was limiting as it required all servers in the
    domain to
    have the same keystore filename (since keystore providers are configured
    on the realm and there is one realm in the domain).
    You can continue to use the keystore providers in 7.0. We just didn't want
    anyone writing their own providers.
    Regards,
    Jon

  • HT5622 i can not sign in into i cloud , apple account error 403 is displayed ..... but the same apple id is used in several places except icloud plz guide me

    i am APPLE user and i am facing problem i can not sign in into i cloud , apple account error 403 is displayed ..... but the same apple id is sucessfully used in several places except icloud plz guide me

    Actually, that means you've reached the limit of three new iCloud accounts on this device. The only way to fix is to create the new account on a computer or another iOS device, then setup the account on your existing device.

  • Textbox corrupted when dublicating page or using paste in place

    As is visible below some of the text boxes are corrupted, when dublicating page (or using paste in place)
    All settings on the text-boxes remain the same - however, the text is repositioned so that it is no longer inside the text box.

    Very sorry to hear you're encountering some very unusual (and bad) behavior working with Muse. What you're describing doesn't sound like anything I've heard reported before, but it sounds more like a bug than anything you're doing wrong. If it is a bug, it's probably specific to the one composition widget in your file. Could you send us the .muse file so we can take a closer look?
    Please send us the .muse file at [email protected] along with a link to this thread. If the file is larger than 20Mb you can use a service like Adobe SendNow, Dropbox, WeTransfer, etc. (If you use a service, please include your return e-mail address in the body of the message, since not all services include it in the sharing invite they send.) Thanks.

Maybe you are looking for

  • Error code 50 when moving items

    When I try to move music from my itunes to my terabyte, and visa versa, it gives me error code 50. Why does it do that? 3 of them are songs and 3 are music videos. THe terabyte is a Free Agent Drive.

  • New MacBook Pro, FileVault Locked in Perpetual Encryption, Kills Battery

    I have a brand new (well, it's about 2 weeks old now) MacBook Pro (2.8 i7, 1 TB, 16 GB, Iris Pro 1536 MB). Love it. When I initially set up this device after removing it from its box, I opted to enable FileVault encryption. Since then, however, FileV

  • Do INSERT if value do not exist

    Hi. I am trying to create sql that does the following: if db1..names.cpr not in db1..people.cpr then: INSERT INTO db1..People(cpr,type) VALUES (db1..names.cpr,1) * type should have the default value 1 Can anybody give me an idear on how to do that. B

  • TS1381 how to connect keyboard to imac when imac is locked.

    cannot use my iMac.

  • Install R2 failure

    Hi, I try to install 9iAS R2 j2ee only on Suse 7.2 linux. I get some errors: 1) When installing the jdk: 'Error in setting permissions of file <oraclebasedir>/jre/bin/.java_wrapper' But this file does not exits (also not in the tmp/installer dir. Whe