Results 1 to 3 of 3

Thread: how to install crashplan on ubuntu

  1. #1
    mike160's Avatar Old School
    Join Date
    Mar 2006
    Age
    47
    Posts
    622
    hi am trying to install crashplan on ubuntu with no luck i download the crashplan linux and they told me that this is the way to install it on linux

    To install CrashPlan in Linux:

    In a BASH Shell (aka Terminal) do the following:

    ~Navigate to the unzipped folder (use the cd command).
    ~Run the install.sh script from a BASH shell:

    sudo ./install.sh

    ~Follow the prompts.


    am stuck on the frist part sad but true how would i navigate to the unzipped crashplan folder from the terminal am not good with ubuntu
    Last edited by mike160; 11-01-2011 at 06:28 AM.

  2. Software & Hardware   -   #2
    mjmacky's Avatar an alchemist?
    Join Date
    May 2010
    Posts
    10,809
    Depends on where you unzipped it. Similar to DOS, you use the 'cd' command to change directories, just use cd to switch to that directory (directory being synonymous with folder). Example:
    Code:
    cd ~./downloads
    would put you in the Home/downloads directory.

    To move up a directory you would use the following command:
    Code:
    cd ..
    Edit: other notes navigating in terminal
    the 'ls' command (for list) will show you contents of your current directory
    when typing out references to folder/file names, hitting tab will attempt to autocomplete (given that there are no variations of current spelling).
    Last edited by mjmacky; 11-01-2011 at 06:54 AM. Reason: more tips
    Everything is brought to you by Fjohürs Lykkewe.

  3. Software & Hardware   -   #3
    mike160's Avatar Old School
    Join Date
    Mar 2006
    Age
    47
    Posts
    622
    thanks got everthing working now

    edit : anyone here useing crashplan know what are the best settings for best speeds am getting realy bad speeds
    Last edited by mike160; 11-01-2011 at 12:50 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •