diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-08-15 12:19:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-08-15 12:19:29 +0200 |
commit | b6484958979b0bb6398dc95b72f233bea20fe1b4 (patch) | |
tree | 828c54ffdc73ad2970c53f3d4200c2cdbfc9b75f /bin/extra/muz-sync | |
parent | 86c5ff5335a1adaf721778bdfcb79ff06726e71f (diff) |
checkpoint
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 |