Results 1 to 3 of 3

Thread: Connect to Server

  1. #1
    Join Date
    Nov 2010
    Location
    London, Portobello Road
    Beans
    124
    Distro
    Xubuntu

    Connect to Server

    I am running 12.04, I am using the Gnome installation.

    I am failing to find a free editor that I can use to synchronise multiple sites, locally and remotely.

    How does the Ubuntu's own Connect to Server option work? Can I build up multiple sites and save all the connection details so they can be accessed again without having to manually add them each time?

  2. #2
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Connect to Server

    Are you talking about connecting to other servers, to copy/sync files, etc?

    You can make entries in /etc/fstab which will mount the remote share on boot every time.

    As for the sync, you can use something like rsync.

    Making an entry in /etc/fstab for a Samba share for example would be like:
    Code:
    //server-ip/sharename   /mountpoint   cifs   guest,_netdev   0   0
    If the share asks for credentials, instead of guest you would use something like username=user,password=pass

    There are more complex variations, depending what you need.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #3
    Join Date
    Nov 2010
    Location
    London, Portobello Road
    Beans
    124
    Distro
    Xubuntu

    Re: Connect to Server

    Thanks for your reply.

    I am trying to manage sites securely. I find your advice quite technical and would like to find a full tutorial to understand it fully.

    I am also willing to pay for some one-to-one help via SKYPE, please pm me if you or anyone else would be interested in helping me to get set up.

    London time
    Thanks

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
  •