News:

RAID is not a replacement for a backup! Here's why.

Main Menu

Detailed manual for the backup jobs on LS-XHL?

Started by gberche, January 03, 2010, 06:46:47 AM

Previous topic - Next topic

gberche

   

Hello,

 

I'm trying to set up properly my backup jobs from by LS-XHL to an external USB drive using the web interface backup jobs.

 

However, I can't find a description of the options offered in the web interface. Do they map to standard "rsync" program options? If so, please indicate this mapping and the link to the rsync version the LS-XHL is using so that it is possible to understand the options without testing each of them individually?

 

It would be great to be able to "start now" and "stop" a backup job, (instead of having to assign a scheduled date close to current date), especially during the initial configuration steps.

 

Thanks in advance for your help,

 

Guillaume.

 

ps: thanks for http://buffalo.jp/support_s/guide/faq/lsxhl/en/contents/backuplog.html" target="_blank">http://buffalo.jp/support_s/guide/faq/lsxhl/en/contents/backuplog.html  FAW on backup log file which was still useful


PCPiranha

Backup Mode:

Normal Backup:

Saves as "yyyymmddhhmm\sourcename\data". Makes a new folder for each backup.

Overwrite Backup (Complete/Append)<labeled incorrectly as the first "Overwrite Backup (Complete/Differential)" on Linkstation Pro, Linkstation Live, Terastation Pro II, and Terastation Live>:

Saves as "_backups\sourcename\data". Does a complete backup every time, if a file is on the destination that is not on the source, it will not be deleted.

Overwrite Backup (Complete/Differential):

Saves as "_backups\sourcename\data". Does a complete backup every time, if a file is on the destination that is not on the source, it will be deleted.

Overwrite Backup (Append):

Saves as "_backups\sourcename\data". Does a complete backup the first time, subsequent backups only send the changes. If a file is on the destination that is not on the source, it will not be deleted.

Overwrite Backup (Differential):

Saves as "_backups\sourcename\data". Does a complete backup the first time, subsequent backups only send the changes. If a file is on the destination that is not on the source, it will be deleted.

Other options:

Create a file folder which would be identified by backup source:

If this is unchecked, any overwrite backup will overwrite files already existing on the share. This is useful if you want a backup that seems to be mirrored exactly in structure. There will be issues if you backup 2 shares to a single share

Use encrypted transfer:

Specify whether data should be encrypted when it is transferred for backup.

  • Throughput is decreased if this encryption function is enabled.
  • Don't use this function when backup destination is a USB hard drive.

Use compressed transfer:

Specify whether data should be compressed when it is transferred for backup.

  • When backup is performed via network by using this function, transferring speed may increase in the environment where network bandwidth is narrow. (It is not that backup all data into one archive).
  • Do not use this function when backup destination is a USB hard drive.

Create backup log files:

Create log files of the backup on the source folder.

Backup task isn't cancel even error is occurred<"Ignore the errors and proceed back up anyway." on Linkstation Pro>:

If enabled, after a backup failure, subsequent scheduled backups will still be performed

Other Notes

  • Linkstation Live, Terastation Pro II, and Terastation Live all nearly the same interface as Linkstation Pro. Have some of the same typos as well.
  • Trashbox on source is backed up to destination (only tested on LSPro so far).

Sources

From the "Help" Document on the Terastation Pro:

Backup Operation mode: Select backup operation mode among the followings. - Normal Backup - Overwrite Backup (Complete/Append) - Overwrite Backup (Complete/Differential) - Overwrite Backup (Append Backup) - Overwrite Backup (Differential Backup)

  • If [Overwrite(Differential)] is used, any files which does not exist on the backup source are deleted without any beforehand confirmation. Please be careful not to miss important data.
  • In any operation mode except for normal backup, all data are overwritten to backup destination. Please be careful not to miss important data.
  • Don't operate any file (change file name, delete and so on) in backup source folder while backup is performed. Otherwise, backup procedure may be faulty terminated

Behavior in each mode is as shown in the following table. Behavior differs largely depending on whether [Create folder from which backup source can be identified] on backup option is set.

  • The description below is explanation for the case when [/target] is set as backup destination folder.
Backup Operation mode Create folder from which backup source can be identified Backup source folder Backup Result Description
NormalSet (mandatory)/share/target/(date&time)/shareBackup all files/folders under "/share".
NormalSet (mandatory)/share/folder/target/(date&time)/share/folderBackup all files/folders under "/share/folder".
Overwrite(Complete/Append)Set/share/target/_backups/shareFiles/folders existing only on / target/_backups/share are not deleted when in backup. And all files are overwritten every time when backup is performed.
Overwrite(Complete/Append)Set/share/folder/target/_backups/share/folderFiles/folders existing only on target/_backups/share/folder are not deleted when in backup. And all files are overwritten every time when backup is performed.
Overwrite(Complete/Append)Not Set/share/targetFiles/folders existing only on target/ are not deleted when in backup. And all files are overwritten every time when backup is performed.
Overwrite(Complete/Append)Not Set/share/folder/target/folderFiles/folders existing only on target/folder are not deleted when in backup. And all files are overwritten every time when backup is performed.
Overwrite(Complete/Differential)Set/share/target/_backups/shareFiles/folders existing only on target/_backups/share are deleted. And all files are overwritten every time when backup is performed.
Overwrite(Complete/Differential)Set/share/folder/target/_backups/share/folderFiles/folders existing only on target/_backups/share/folder are deleted. Even if there is any difference on /target/_backups/share layer, the files on the layer are not deleted. All files are overwritten every time when backup is performed.
Overwrite(Complete/Differential)Not Set/share/targetFiles/folders existing only on /target are deleted. And all files are overwritten every time when backup is performed.
Overwrite(Complete/Differential)Not Set/share/folder/target/folderFiles/folders existing only on target/folder are deleted. Even if there is any difference on /target layer, the files on the layer are not deleted. All files are overwritten every time when backup is performed.
Overwrite (Append)Set/share/target/_backups/shareFiles/folders existing only on /target/_backups/share are maintained as they are (not deleted). Only files which file size or time stamp has been changed are copied.
Overwrite (Append)Set/share/folder/target/_backups/share/folderFiles/folders existing only on /target/_backups/share/folder are maintained as they are (not deleted). Only files which file size or time stamp has been changed are copied.
Overwrite (Append)Not Set/share/targetFiles/folders existing only on /target are maintained (not deleted). Only files which file size or time stamp has been changed are copied.
Overwrite (Append)Not Set/share/folder/target/folderFiles/folders existing only on /target/folder are maintained (not deleted). Only files which file size or time stamp has been changed are copied.
Overwrite (Differential)Set/share/target/_backups/shareFiles/folders existing only on target/_backups/share are deleted. Only files which file size or time stamp has been changed are copied.
Overwrite (Differential)Set/share/folder/target/_backups/share/folderFiles/folders existing only on target/_backups/share are deleted. Even if there is any difference on /target/_backups/share layer, the files on the layer are not deleted. Only files which file size or time stamp has been changed are copied.
Overwrite (Differential)Not Set/share/targetFiles/folders existing only on /target are deleted. Only files which file size or time stamp has been changed are copied.
Overwrite (Differential)Not Set/share/folder/target/folderFiles/folders existing only on / target/folder are deleted. Even if there is any difference on /target layer, the files on the layer are not deleted. Only files which file size or time stamp has been changed are copied.

 

  • Backup behavior is specified by the conbination of [Overwrite(differencial)] and [Create folder from which backup source can be identified]. Depending on conbination, it may not operate as you have expected.

 


Browser ID: smf (is_webkit)
Templates: 4: index (default), Display (default), GenericControls (default), GenericControls (default).
Sub templates: 6: init, html_above, body_above, main, body_below, html_below.
Language files: 5: index+Modifications.english (default), Post.english (default), Editor.english (default), Drafts.english (default), StopForumSpam.english (default).
Style sheets: 4: index.css, attachments.css, jquery.sceditor.css, responsive.css.
Hooks called: 132 (show)
Files included: 35 - 1354KB. (show)
Memory used: 1024KB.
Tokens: post-login.
Queries used: 15.

[Show Queries]