Surface8: 2024-11-13 20:26:59

This commit is contained in:
ralfk 2024-11-13 20:26:59 +01:00
parent 96bbf44984
commit b63c63f8bc

View File

@ -17,4 +17,11 @@ watch df -h
``` ```
### Linux Tar gzip and Split
```bash
tar -cf - --ignore-failed-read -C /volume4/Mario/VeeamAgentUser35343537-3633-5a43-3236-313830303538/Agent_Backup_Policy_1_-_dc-2019 . | gzip | split -b 20G - Mariobackup.part
```
tar -cf - tar ein verzeichnis nach StdOut
-C /volume4/Mario/VeeamAgentUser35343537-3633-5a43-3236-313830303538/Agent_Backup_Policy_1_-_dc-2019 . TAr dieses Verzeichnis Wobei der