Old Backup: Difference between revisions

From IIHE Wiki
Jump to navigationJump to search
No edit summary
Line 17: Line 17:


==== Ubuntu ====
==== Ubuntu ====
<pre>
As the procedure changes often and depending of which version of Ubuntu you have, please refer to [https://software.opensuse.org/download/package?project=isv:ownCloud:desktop&package=owncloud-client the official documentation].
echo "deb http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_$(grep ^DISTRIB_RELEASE= /etc/lsb-release | cut -d= -f2)/ /" | sudo tee -a /etc/apt/sources.list.d/owncloud-client.list
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_$(grep ^DISTRIB_RELEASE= /etc/lsb-release | cut -d= -f2)/Release.key -O - | sudo apt-key add -
sudo apt-get update && sudo apt-get install owncloud-client
</pre>


==== Linux Mint ====
==== Linux Mint ====

Revision as of 14:35, 23 September 2016

Our Backup server is a local storage cloud based on "Owncloud", a free and open source software. It gives you universal access to your data through a web interface or client that you need to install on your device. It also provides a platform to easily view and sync your contacts, calendars, bookmarks and more, across all your devices and from anywhere.

Installing the client

Windows & Mac

For theses platforms, the client can be downloaded from the owncloud download page.

Linux

For Linux, it is better to go via the repositories of the different distributions. Both Fedora and Ubuntu include it. Installation is done in the following way:

Fedora

sudo wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_$(cat /etc/redhat-release | awk {'print $3'})/isv:ownCloud:desktop.repo -P /etc/yum.repos.d/
sudo yum install owncloud-client

Ubuntu

As the procedure changes often and depending of which version of Ubuntu you have, please refer to the official documentation.

Linux Mint

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_14.04/Release.key;sudo apt-key add - < Release.key;rm Release.key
sudo apt-get update && sudo apt-get install owncloud-client

Mobiles

There are apps for Android an IOS available. However, they are not free (~1€). Which theses applications, you can access to your files anywhere and upload files (not directories).

There is also an option to instantly upload photos taken by camera.

Owncloud for Android

Owncloud for Ipad/Iphone

Configuring the client

After installing, run the client.

You first need to specify the server address:


You can then log in with your username and password
It is the same password you use for the wifi at the lab or to log in to the IIHE website


Lastly, configure which of your folder needs to be backed up.

Sync multiple folders

Go to Owncloud settings (right click on the icon in your taskbar or systray).

Then remove the default folder. If this sync exists, you can't sync multiple folders. Now, click on Add folder, and pick a local folder.

On the remote directory, select a folder or create one.

In this example, the local folder Work Folder is synced with the remote folder Work Folder.

Start over the procedure for each folder you want to sync.

Web Interface

Once your files have been backed up, you can view the result (and download or delete any file) from a web interface.


View 1


View 2

In case of troubles

For any other problem, send an email to support-iihe@vub.ac.be