BBS: TELESC.NET.BR
Assunto: DD Upload Processor: More
De: Rob Swindell
Data: Thu, 5 Feb 2026 15:14:00 -0800
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/merge_requests/606#note_8215
Just wanted to make sure you're aware, tar support is built-into synchro.net since v3.19 I think.
Also, you don't need to change the cwd (cd command), that's usually a red flag/code smell:
- tar (for Linux at least) has the `-C` option
```
-C, --directory=DIR
Change to DIR before performing any operations. This option is order-sensitive, i.e. it affects all options that follow.
```
Also this option looks possibly relevant to your needs:
```
--one-top-level[=DIR]
Extract all files into DIR, or, if used without argument, into a subdirectory named by the base name of th
e archive (minus standard compression suffixes recognizable by --auto-compress).
```
n
---
mSynchronetn hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net
-----------------------------------------------------------
[Voltar]