Hi,
We have a LinkStation Pro Duo. The built in backup funtionality is not sufficient for us as we need to keep revisions so we can go back to a specificversion of a file.
I therefore need to copy the files off the Linkstation to another machine which will run the softweare that backs up the files. Is there a way to rsync the files off the linkstation to another machine? I dont really want to try to copy all files off every night even if they havent changed.
Thanks
You can run back up jobs to another linkstation or a USB hard drive formatted in to XFS by the Linkstation.
below are some of the back up options.
Saves as "yyyymmddhhmm\sourcename\data". Makes a new folder for each backup.
Saves as "_backups\sourcename\data". Does a complete backup everytime, if a file is on the destination that is not on the source, itwill not be deleted.
Saves as "_backups\sourcename\data". Does a complete backup everytime, if a file is on the destination that is not on the source, itwill be deleted.
Saves as "_backups\sourcename\data". Does a complete backup thefirst time, subsequent backups only send the changes. If a file is onthe destination that is not on the source, it will not be deleted.
Saves as "_backups\sourcename\data". Does a complete backup thefirst time, subsequent backups only send the changes. If a file is onthe destination that is not on the source, it will be deleted.
If this is unchecked, any overwrite backup will overwrite filesalready existing on the share. This is useful if you want a backup thatseems to be mirrored exactly in structure. There will be issues if youbackup 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. Behaviordiffers largely depending on whether [Create folder from which backupsource 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 arenot deleted when in backup. And all files are overwritten every timewhen backup is performed. |
| Overwrite(Complete/Append) | Set | /share/folder | /target/_backups/share/folder | Files/folders existing only on target/_backups/share/folderare not deleted when in backup. And all files are overwritten everytime when backup is performed. |
| Overwrite(Complete/Append) | Not Set | /share | /target | Files/folders existing only on target/ are not deleted whenin backup. And all files are overwritten every time when backup isperformed. |
| Overwrite(Complete/Append) | Not Set | /share/folder | /target/folder | Files/folders existing only on target/folder are not deletedwhen in backup. And all files are overwritten every time when backup isperformed. |
| Overwrite(Complete/Differential) | Set | /share | /target/_backups/share | Files/folders existing only on target/_backups/share aredeleted. And all files are overwritten every time when backup isperformed. |
| Overwrite(Complete/Differential) | Set | /share/folder | /target/_backups/share/folder | Files/folders existing only on target/_backups/share/folderare deleted. Even if there is any difference on /target/_backups/sharelayer, the files on the layer are not deleted. All files areoverwritten 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 thelayer are not deleted. All files are overwritten every time when backupis performed. |
| Overwrite (Append) | Set | /share | /target/_backups/share | Files/folders existing only on /target/_backups/share aremaintained as they are (not deleted). Only files which file size ortime stamp has been changed are copied. |
| Overwrite (Append) | Set | /share/folder | /target/_backups/share/folder | Files/folders existing only on /target/_backups/share/folderare maintained as they are (not deleted). Only files which file size ortime stamp has been changed are copied. |
| Overwrite (Append) | Not Set | /share | /target | Files/folders existing only on /target are maintained (notdeleted). Only files which file size or time stamp has been changed arecopied. |
| 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 beenchanged are copied. |
| Overwrite (Differential) | Set | /share | /target/_backups/share | Files/folders existing only on target/_backups/share aredeleted. Only files which file size or time stamp has been changed arecopied. |
| Overwrite (Differential) | Set | /share/folder | /target/_backups/share/folder | Files/folders existing only on target/_backups/share aredeleted. Even if there is any difference on /target/_backups/sharelayer, the files on the layer are not deleted. Only files which filesize 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 thelayer are not deleted. Only files which file size or time stamp hasbeen changed are copied. |
Hey,
I have few questions, because we bought recently Linkstation Pro Duo.
We are using Linkstation Pro Duo every day and we are adding and changing files there every day. I have backed up my Linkstation Pro Duo to USB disk. But i would like to backup all data once a week to that USB disk. I do not want to do complete backup every time, because that takes a quite long time. I am interested of adding changed and new files to backup USB disk. And if we delete something from the Linkstation Pro Duo, then we want that backup will also delete these files from backup USB disk.
Now the question, which backup mode i shoul use? Differental, Append or i have to run them both ?
Greetings
You mean Overwrite Backup (Append) will make backup of all files with changes and will overwrite previous files?
Can I conclude that both Overwrite Backup (Complete/Differential) and Overwrite Backup (Differential) are actually giving the same result of mirroring/sync with source, just that Overwrite Backup (Complete/Differential) will re-copy everything no matter what, while Overwrite Backup (Differential) will only copy files that have been changed since last backup (after doing a complete backup the first time)? Can I summarized as below?
1. Normal Backup = Make duplicated complete backup everytime.
2. Overwrite Backup (Complete/Differential) = Make complete backup that replace previous backup completely
3. Overwrite Backup (Append) = Make complete backup the first time, then make backup on files that are changed. Deleted files will not be deleted on the backup.
4. Overwrite Backup (Differential) = Make complete backup the first time, then make backup on files that are changed. Deleted files will be deleted on the backup.
It will be more useful if there is another option for best of both worlds:
5. Overwrite Backup (Append/Differential) = Make complete backup the first time, then make backup on files that are changed into new folders with date stamp just like Normal Backup but without having to duplicate files that have not been changed. Deleted files will not be deleted on the backup. This will ensure that we get to keep multiple versions of all files without having multiple duplicate files.