Synology NAS Procedure Backup on External USB Disk: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Synology NAS Procedures#Procedures|Synology NAS Procedures]] | * [[Synology NAS Procedures#Procedures|Synology NAS Procedures]] | ||
* [[rsync]] | |||
=Overview= | =Overview= | ||
Use an external USB disk with | 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 " | When formatting it, name the filesystem "RackStationB". | ||
=Organizatorium= | =Organizatorium= | ||
Procedure: | |||
Mount the target RackStation volume. | |||
Rsync (careful with the trailing slashes) | |||
rsync -avz /Volumes/base /Volumes/RackStationB | |||
6:21 PM - 7:08 PM scan | |||
TODO: [[Rsync with ssh on Synology NAS]] and the need for --rsync-path= |
Latest revision as of 01:32, 9 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 - 7:08 PM scan
TODO: Rsync with ssh on Synology NAS and the need for --rsync-path=