php-backup
php-backup copied to clipboard
PHP library to create and archive backups
I'm wondering if it is possible to improve `$backup->getCreatedAt()` in some way. Currently the result completely relies on the time reported by the OS. This may not work, for example,...
With the release of Symfony 8 at SymfonyCon on Thursday would you be open to a PR to add support for SF 8?
Addresses #19
The FlySystem adapter relies on an interface (`League\Flysystem\FilesystemInterface`) which was removed when moving from FlySystem v1 to v2 a number of years ago. I'm currently trying to implement this library...