Allow to update organized file's mtime corresponding to the original file's creation date

This commit is contained in:
2019-09-10 14:14:42 +03:00
parent ddce47312e
commit 9f86a08c82
3 changed files with 19 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ photocalog -target ./photos/ ./sync/photos/*
### Monitor
#### Copy files (make a COW if fs supports it)
```bash
photocalog -mode copy -target ./photos/ ./sync/photos/*
photocalog -mode copy -target ./photos -monitor ./sync/photos/*
```
#### Create hardlinks (only withing one disk partition)