2023-11-04 02:40:02 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2025-02-01 23:48:48 +01:00
|
|
|
rsync --no-i-r -rltDi -hh --chmod=D755,F644 ~/Musique/ files@breizh.pm:/Musique/ --delete -f '-p index.html' --info=progress2 --stats
|
2023-11-04 02:40:02 +01:00
|
|
|
|
2025-02-01 23:48:48 +01:00
|
|
|
rsync --no-i-r -rltDi -hh --chmod=D755,F644 ~/Musique.opus/ files@breizh.pm:/Musique.opus/ --link-dest=/Musique/ --delete -f '-p index.html' --info=progress2 --stats
|