Auto-Renewal
BTFS 4.1 introduces Auto-Renewal, providing seamless file storage continuity. This feature automatically monitors file contracts and renews them before expiration, ensuring uninterrupted data availability without manual intervention.
The service runs in the background, periodically checking file status and executing renewals according to user configuration. It is designed for both enterprise and personal use, offering reliable data protection.
Enable Auto-Renewal
During Upload
btfs storage upload cid --autorenew
For Existing Files
btfs storage upload renew <cid>
Other Support Commands
# Disable Auto-Renewal
btfs storage upload renew disable <cid>
# Enable Auto-Renewal
btfs storage upload renew enable <cid>
# List Auto-Renewal Files
btfs storage upload renew list
# Show Auto-Renewal Info for a File
btfs storage upload renew info <cid>
Updated 13 days ago