Hi Heinzelrumpel,Originally Posted by heinzelrumpel
if none of the DSS built-in backup clients can connect to your backup server, you'll have to backup like with any other system, via some "client system" outside of DSS.
For NAS you could set up a mega share (giving you access to all NAS data, at least per volume), mount this from some client system and do yourfile-based backups from there.
(The NAS replication you refer to is DSS-to-DSS only.)
With iSCSI it's a lot more difficult: If you can't shut down your iSCSI initiators for backup (very unlikely!), you'll have to take into account that the iSCSI share is simply a block device - and the initiator will most likely be caching file system changes and not have them flushed to the "device" immediately. Therefore, to be on the safer side, you ought to consider running backup clients on the iSCSI initiators and then back up file-based from there.
If you dare to take the risk of inconsistent file systems, you might again use some dedicated backup client that attaches the device via iSCSI (but read-only, since concurrent to the production initiator!), you'd then be able to backup the whole device (ie an image). But as the production iSCSI initiator will most likely change the disk's content while you're backing it up, you ought to back up a *snapshot*. If I recall correctly, the ssh CLI of DSSv6 might be of help creating the snapshot and (after the backup) free it from within a backup script running on your dedicated backup client.
Proper backups ain't easy![]()
With regards,
jmo








.
Reply With Quote