Both sides previous revisionPrevious revisionNext revision | Previous revision |
linux:owncloud [2017/09/13 07:13] – jansen | linux:owncloud [2025/03/18 10:10] (current) – [Local OwnCloud implementation at Sterrewacht] jansen |
---|
====== OwnCloud ====== | ====== OwnCloud ====== |
| |
OwnCloud is a system of setting up a cloud storage environment. The Sterrewacht and Instituut Lorentz provide their own OwnCloud servers, but it is also possible to connect to other "clouds". SurfDrive is an ownCloud implementation for the joint dutch universities, which you can use using tour ULCN credentials. | OwnCloud is a system of setting up a cloud storage environment. The Sterrewacht used to provide its own OwnCloud server, but this has been superceeded by [[linux:nextcloud]]. It is also possible to connect to other "clouds". SurfDrive is an ownCloud implementation for the joint dutch universities, which you can use using tour ULCN credentials. |
| |
===== Local OwnCloud implementations at Sterrewacht and Instituut Lorentz ===== | |
The institute implementations of OwnCloud are at [[https://owncloud.strw.leidenuniv.nl]] (Sterrewacht) and [[https://owncloud.lorentz.leidenuniv.nl]] (IL). Both use your local username and password. | |
You can access your files through the browser, or set up a client to connect and synchronize files with a local folder. | |
| |
===== SurfDrive ===== | ===== SurfDrive ===== |
[[http://www.surfdrive.nl|SurfDrive]] is a cloud storage service provided by SurfNet, on behalf of the joint dutch universities. It's underlying protocol is that of ownCloud, so you can connect the OwnCloud client to synchronize your files to SurfDrive. The connection url will be: [[https://surfdrive.surf.nl/files]] and to log in, you use your ULCN credentials, in the form, of you a.n.user@umail.leidenuniv.nl address as username. | [[http://www.surfdrive.nl|SurfDrive]] is a cloud storage service provided by SurfNet, on behalf of the joint dutch universities. It's underlying protocol is that of ownCloud, so you can connect the OwnCloud client to synchronize your files to SurfDrive. The connection url will be: [[https://surfdrive.surf.nl/files]] and to log in, select Leiden University and use your ULCN credentials. |
More details, including apps for Android and iOS, can be found at the [[http://www.surfdrive.nl|SurfDrive website]] | More details, including apps for Android and iOS, can be found at the [[http://www.surfdrive.nl|SurfDrive website]] |
| |
It is possible to connect to multiple OwnCloud servers, eg the institute server and SurfDrive. make sure you specify different local directories, unless of course you want to sync the same content to multiple locations. | It is possible to connect to multiple OwnCloud servers, eg the institute server and SurfDrive. make sure you specify different local directories, unless of course you want to sync the same content to multiple locations. |
\\ | \\ |
Also make sure you choose a local directory that is not on your home disk, to avoid quota issues when downloading files. | Also make sure you choose a local directory that is not on your home disk, to avoid quota issues when downloading files. This can be done from the OwnCloud interface by specifying a local data disk directory (like /data2/mysyncdir). |
\\ | \\ |
Using OwnCloud as a backup tool for your Linux home is not recommended, at least not directly; in order to be compatible with multiple operating systems and apps, OwnCloud doesn't handle file names starting with dots properly, and file anmes also don't always appear to be fully case-sensitive, and permissions are not preserved either. Of course you can create a file backup (e.g. tar.gz or zip) of your home, in a location you sync with ownCloud in order to have a remote backup which will preserver special filenames and permissions. | Using OwnCloud as a backup tool for your Linux home is not recommended, at least not directly; in order to be compatible with multiple operating systems and apps, OwnCloud doesn't handle file names starting with dots properly, and file names also don't always appear to be fully case-sensitive, and permissions are not preserved either. Of course you can create a file backup (e.g. tar.gz or zip) of your home, in a location you sync with ownCloud in order to have a remote backup which will preserver special filenames and permissions. |
| |
===== Alternative method ===== | ===== Alternative method ===== |