Update README.md
This commit is contained in:
parent
d5017045b7
commit
a23e8f9b2c
|
|
@ -38,6 +38,7 @@ An example: suppose your music folder lives in `/data/music` and your Navidrome
|
||||||
...
|
...
|
||||||
volumes:
|
volumes:
|
||||||
- /data/music:/media/drive/music:ro
|
- /data/music:/media/drive/music:ro
|
||||||
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
Without the replace flag, backerupper would not be able to find your music files - as it would read the Navidrome database and try to look under `/media/drive/music` - which may or may not exist (but in any case does not contain your music files). By instead using ` backeruppry.py -f '/media/drive/' -t '/data/`, backerupper will translate these paths appropriately.
|
Without the replace flag, backerupper would not be able to find your music files - as it would read the Navidrome database and try to look under `/media/drive/music` - which may or may not exist (but in any case does not contain your music files). By instead using ` backeruppry.py -f '/media/drive/' -t '/data/`, backerupper will translate these paths appropriately.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue