It would be nice to automate the process of breaking up
large backup files into smaller "chunks" before trying to
upload them remotely.
Related to that, it would also be a great feature to have
FTP uploads to a backup server "auto-resumable" in
case of failure.
Logged In: YES
user_id=643961
This would be very helpfull to split archives on filesystems
that have a 2GB limit.
a simple split -b 2000m - should to the trick.