summaryrefslogtreecommitdiff
path: root/mac-sync-disks
blob: d7c1ee88f07b38574e41f40f8a790da0f30811b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env zsh

set -x

sudo rsync \
  --exclude-from=$HOME/.external-exclude \
  -avvAX \
  --hfs-compression \
  --protect-decmpfs \
  --fileflags \
  --crtimes \
  --delete \
  --one-file-system \
  /Volumes/external/ /Volumes/shared_external/p/ \
  2>&1