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
The thing i could find:
You can pipe tar to the split command:
tar cvzf - dir/ | split --bytes=700MB - sda1.backup.tar.gz.
or
tar cvzf - dir/ | split -b 700m - sda1.backup.tar.gz.
Is it possible to split the file up to multiple smaller tgz files. My cloud storage tool has some problems with +1gb files.
The text was updated successfully, but these errors were encountered: