issues
search
nixys
/
nxs-backup
The tool for creating, delivering and rotating backups for GNU/Linux distributions.
https://nxs-backup.io
Apache License 2.0
255
stars
13
forks
source link
feat: Add backup list functionality
#73
Closed
randreev1321
closed
3 months ago
randreev1321
commented
3 months ago
Changes:
Added backup listing feature on storage and job interfaces.
Implemented this feature in NFS, SMB, SFTP, local and webdav storage modules.
Applied this functionality in file, database, and external jobs.
Initiated use of backup listing in cmd handler.
Introduced new error ErrExecution to denote execution errors.
Improved sorting functionality in local, SMB and NFS storage's DeleteOldBackups methods.
Renamed NFS module file to nfs_v3.go for clarity.
Fixed file path configuration issue in local and webdav storage.
Fixed delete old backups functionality for NFS storage.
Tidied up minor formatting and variable naming issues.
Changes: