Tuesday, May 24, 2011

Tutorial: How To Setup A Backup

Following yesterday's update (backup and sync for everyone), I will now explain how to set up an automatic backup.

Setting Up A Backup

1. Click on the green 'New' button and choose 'Backup'.
2. A window will open. Click on 'Select folder'.
3. Choose the folder you back up automatically and click on 'Open'.

4. Wuala will have assigned a folder on Wuala by default. Click on 'Select folder' if you do not agree with this default folder.

5. Choose the Wuala folder where you want to create your backup and click on 'OK'.

6. Click on 'OK' to create your backup.

Configuring Your Backup

Go to Window > Backup Overview and select the folder. Click on the settings icon.

Here you can now define the interval of the backup: continuous, hourly, daily, weekly or monthly.
Note: Wuala needs to be running in order to backup the files.

Setting A Backup Filter

If you do not want to backup all files to Wuala, you can set a filter in order to excluse specific files from your backup. Go to Window > Backup Overview and select the folder. Click on the settings icon and specify your filter.

There are two ways to specify the filter, you can either write "" followed by a regular expression or a partial filename combined with one or multiple asteriks (*). E.g.: .*\.jpg is the same as*.jpg. You can specify multiple rules by separating them with a comma (,). For example, you can specify a filter "*.pst, img*.jpg" to exclude all files and folders whose name ends with ".pst" as well as all files and folders whose name starts with “img” and ends with ".jpg".

Please note that as long as the option “When inserting files include system files such as ‘thumbs.db’” is disabled in your settings, system files and temporary files will never get backed up.
If you have any questions on how to backup your files, do not hesitate to contact us at support@wuala.com. We will continue this tutorial series tomorrow and will explain how to set up sync.


12 Kommentare:

  1. Awesome update! Thanks for making backup available for everyone.

    ReplyDelete
  2. You are welcome, Luciano :)
    Cheers, Oona

    ReplyDelete
  3. What if I only want to back up a few files and not a folder?

    ReplyDelete
  4. How can I delete a single file or folder from a Backup if I just want to delete it remotely ?

    ReplyDelete
  5. @Jamie Unfortunately you can only backup folders. However, you can of course always just drag and drop files to Wuala, but they will not be backed up automatically.

    @Anonymous You can delete the files you don't want anymore directly within Wuala. They will be moved to the trash and can be restored.

    ReplyDelete
  6. When it is time for the backup, does wuala backup the entire folder, or does it scan for changes/differences and only upload those?

    ReplyDelete
  7. @Anonymous At the moment Wuala uploads the whole file. However, we are soon going to change this so that Wuala will only upload the changes/differences instead of the whole file.

    ReplyDelete
  8. what is the exact difference between sync and backup? don't you store files in sync folders for a while so that i may restore a file in case i've accidentally deleted it? if so, why need an extra backup function?

    ReplyDelete
  9. sorry, just found this information. it answers my question. http://www.wuala.com/de/support/faq/c/1#id000121

    ReplyDelete
  10. All we need is EXCLUDE filter please!

    ReplyDelete
  11. There is a misleading typo in the section about filters. Instead of

    you can either write "" followed by a regular expression

    it should read

    you can either write "<regex>" followed by a regular expression
    In the next sentence, the example should read

    E.g.: <regex>.*\.jpg is the same as *.jpg.

    (remember to escape the < and > characters using &lt; and &gt;, respectively)

    ReplyDelete
  12. I agreee, the biggest problem here: there is no exclude filter. It is so easy to implement...

    ReplyDelete