diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-08-15 13:25:05 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-08-15 13:25:05 +0200 |
commit | b3a25c858a5cf55c954e9d78acd75a135992778d (patch) | |
tree | 5110f03eb46a2728c89e8d537ec358165cc70f66 /bin/extra/muz-sync | |
parent | 4185a9b7ef76d686af011c8f66c14150add04426 (diff) | |
parent | b6484958979b0bb6398dc95b72f233bea20fe1b4 (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'bin/extra/muz-sync')
-rwxr-xr-x | bin/extra/muz-sync | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/extra/muz-sync b/bin/extra/muz-sync index a81ef74..3a5c5f1 100755 --- a/bin/extra/muz-sync +++ b/bin/extra/muz-sync @@ -4,7 +4,6 @@ trap "exit 1" INT music="$(xdg-user-dir MUSIC)" >&2 printf "music: %s\n" "$music" -# recursive, links, fuzzy, partial, progress -while ! rsync -rlyP --size-only db:/media/basilisk/music/sorted/ "$music" +while ! rsync --recursive --verbose --partial --progress --ignore-existing --size-only db:/media/basilisk/music/sorted/ "$music" do : done |