You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: add_metadata_plan.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Plán: Přidat volby pro zachování metadata k příkazu save
2
2
3
+
4
+
TODO: add --numeric-ids option like in rsync
5
+
TODO: when setting owner/group, find the user/group by name, or id when --numeric-ids is specified
6
+
7
+
3
8
## Přehled
4
9
5
10
Přidat volby `--times` (`-t`), `--perms` (`-p`), `--owner` (`-o`), `--group` (`-g`) k příkazu `save`, které způsobí nastavení příslušných metadata cílového souboru na hodnoty zdrojového souboru.
@@ -56,6 +61,8 @@ with block_output_stream_lock:
56
61
block_output_stream.flush()
57
62
```
58
63
64
+
TODO: přidat posílání owner/group také jako řetězce
0 commit comments