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 FAW on backup log file which was still useful
Saves as "yyyymmddhhmm\sourcename\data". Makes a new folder for each backup.
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.
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.
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.
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.
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
Specify whether data should be encrypted when it is transferred for backup.
Specify whether data should be compressed when it is transferred for backup.
Create log files of the backup on the source folder.
If enabled, after a backup failure, subsequent scheduled backups will still be performed
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)
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.
| Backup Operation mode | Create folder from which backup source can be identified | Backup source folder | Backup Result | Description |
|---|---|---|---|---|
| Normal | Set (mandatory) | /share | /target/(date&time)/share | Backup all files/folders under "/share". |
| Normal | Set (mandatory) | /share/folder | /target/(date&time)/share/folder | Backup all files/folders under "/share/folder". |
| Overwrite(Complete/Append) | Set | /share | /target/_backups/share | Files/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/folder | Files/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 | /target | Files/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/folder | Files/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/share | Files/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/folder | Files/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 | /target | Files/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/folder | Files/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/share | Files/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/folder | Files/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 | /target | Files/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/folder | Files/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/share | Files/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/folder | Files/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 | /target | Files/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/folder | Files/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. |