The Way Of Life
Google

Wednesday, June 20, 2012

Pentingnya Backup Data


Saya hitung ada 3 orang rekan saya yang sudah kehilangan notebook, tentu saja dari rekan rekan tidak akan pernah ingin notebooknya hilang. Mungkin notebook kita bisa beli lagi, akan tetapi data yang hilang yang tidak bisa atau sulit untuk kita cari lagi. Apalagi jika kita tidak mempunyai backup sama sekali. Modus kejahatan yang dialami semua rekan saya sama, yaitu pencuri menukar laptop dengan majalah yang cukup tebal, biasanya sekitar 3 majalah, sebesar majalah Cosmopolitan. 

Sehingga secara bentuk dan berat hampir sama, ada juga ditambahin "bonus", yaitu resleting tas laptop diberi lem super, sehingga sulit dibuka. Dari ketiga kasus, kasus pertama terjadi di kereta api,sewaktu rekan saya tidur, pencuri beraksi menukar laptop dengan majalah dan memberi "bonus" lem super. Dan hebatnya lagi rekan saya kala itu tidak sendiri tetapi bersama beberapa orang teman, dan semuanya tidak ada yang tahu ketika pencuri tersebut mencuri laptop. Kasus kedua dan ketiga sama, terjadi di bus. 

Salah satu solusi adalah gunakan tas ransel, jangan tas laptop ketika membawa laptop, pertama adalah gampang dibawa, kemudian tidak memancing perhatian. Tetapi yang terpenting adalah point pertama yaitu gampang dibawa, artinya ketika anda tidur ataupun meninggalkan tempat duduk, selalu bawa tas ransel tersebut. Pencuri sekarang semakin pintar, anda tidak akan menyangka bahwa yang duduk disebelah kanan kiri depan belakang anda adalah orang yang mempunyai niat untuk mencuri. Seperti yang terjadi pada teman saya, yang mencuri adalah suami istri yang membawa anak kecil. "Formasi" seperti ini tentu saja tidak pernah akan kita sangka bukan?

Nah berikut beberapa cara atau solusi yang bisa anda lakukan untuk membackup data, sehingga ketika laptop kita hilang, semoga saja tidak. Kita masih mempunyai backup data.

Pertama adalah menggunakan aplikasi Cloud Service Dropbox , aplikasi ini jika sudah terinstall maka akan selalu men-sinkronkan semua data di laptop kita dengan data yang ada di server Dropbox, ada versi free dan ada versi bebayar, sesuai dengan besarnya kapasitas penyimpanan.

Kedua adalah SVN Server, seperti Visual SVN Server, khusus solusi kedua ini sangat berguna bagi para programmer, atau software house. Software ini berfungsi untuk mengabungkan source code dari dua atau lebih programmer, yang juga berfungsi sebagai backup server. Cara instalasinya bisa dilihat di sini.

Ketiga adalah, external hard disk dan USB flash disk, meskipun kelihatanya basi, tapi solusi ini paling sederhana, yaitu mengharuskan anda membackup data di HD External ataupun Flash Disk sesuai dengan besarnya data.

Keempat adalah, media penyimpanan di internet seperti 4shared dan lain sebagainya, bisa anda gunakan sebagai media untuk backup data.

Semoga membantu.



Labels: , , ,

Monday, December 19, 2011

Tortoise SVN and SVN Server Simple Tutorial

This time we will learn to use SVN Server which is used by many software developers in the world that is Tortoise SVN and SVN Server. In order to handle source code in large software development required a tool to unify the work rather than programmers, the tool is Subversion Server.First we have to download Tortoise SVN SVN Client and Visual SVN Server.
Then you must installing Tortoise SVN Client first, first run the package Tortoise by double click, then select the next button until finish.

Then install SVN Server, like below:


Select Options VisualSVN Server and Management Console

Choose the installation location and the location of the drive to repositories, the server use port 443 and checked option Use Secure Connection (https://), and always use authentication for the security of your source code.

After finish run VisualSVN Server Manager.

Then create a user by right clicking the icon Users

Create a user name for all of the programmers / coder who is involved in your project


Create an empty folder of work which will be imported to the server, by right-clicking the folder and select Tortoise SVN, then select Create repository here, after completion. Create also the same folder in the SVN Server, as shown below:

Then import from an existing repository, by right-clicking the Import Existing Repository



Enter your username and password



Wait until the import process from a local folder to the server is complete.



As an experiment whether the SVN server is functioning properly, we will create one file, for example sample_upload.txt, in a local folder, then we will send / upload / commit the file to the server.



Then fill the message box, with revision information, you can also choose file which will be uploaded / commit, after completion of select, OK.

You can see on the SVN server, that sample_upload.txt file has been sended to the SVN Server.



SVN Client side also checked mark will appear green, which means the file or folder that is already filled with the latest version of the file.

I hope this simple tutorial can help you, for more detailed tutorial you can download here and here for Visual SVN server tutorial, with a variety of language that matches your country.

Labels: , , , ,