This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/app/bin/home/photos_process

7 lines
219 B
Plaintext
Raw Normal View History

2023-08-08 16:24:15 +03:00
#!/bin/bash
2023-11-05 01:16:31 +03:00
in="/var/roothome/docker/cloud/data/data/cakee/files/media/photo/"
2023-12-25 14:06:27 +03:00
out="/var/mnt/storage/cold_1/backup/tmp/photo/"
2023-08-08 16:24:15 +03:00
2023-11-05 01:16:31 +03:00
/usr/bin/docker run --rm -v "${in}":/in -v "${out}":/out voronind.com/photoprocess:latest