Synology NAS Procedure Backup on External USB Disk: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:


  rsync -avz /Volumes/base /Volumes/RackStationB
  rsync -avz /Volumes/base /Volumes/RackStationB
6:21 PM

Revision as of 02:22, 2 December 2018

Internal

Overview

Use an external USB disk with a case-sensitive encrypted APFS file system. This way, data is protected natively.

When formatting it, name the filesystem "RackStationB".

Organizatorium

Procedure:

Mount the target RackStation volume.

Rsync (careful with the trailing slashes)

rsync -avz /Volumes/base /Volumes/RackStationB
6:21 PM