rustic v0.7.0 #1043
Replies: 5 comments 18 replies
-
It is fantastic release with OpenDAL integration - will test as soon as I can install. Maybe it is still delayed but trying to install following official method - https://github.com/rustic-rs/rustic?tab=readme-ov-file#installation
I can not rule out that I am doing something wrong - not very familiar with |
Beta Was this translation helpful? Give feedback.
-
One more comment re releases. At the moment it contains all files together: binary, hashes and sig files:
IMO it is messy and hard to find what one is looking for. Wouldn't it make sense to put all hashes in one file accompanied by one signature? It would make release downloads much more clear. This is what I see many other projects are doing (e.g. rclone).
|
Beta Was this translation helpful? Give feedback.
-
I want to use the new sftp backend. But the sftp service (Hetzner) uses a different port (23). I get the error: |
Beta Was this translation helpful? Give feedback.
-
Is there an example config using AWS S3 Glacier Deep Archive? |
Beta Was this translation helpful? Give feedback.
-
Just an FYI. Since this version, for my Windows backups I had to change the paths with an additional escape char. E.g. |
Beta Was this translation helpful? Give feedback.
-
Dear
rustic
users,This rustic version, brings two major innovations. On the one hand, we have integrated OpenDAL.
On the other hand, you can now spawn a WebDAV server with
rustic webdav
, which gives you access to the snapshots in your repository in the file browser.Besides these big milestones, many additions have found their way to rustic and also many minor bugs have been fixed. Thanks a lot to all contributors, bug reporters or people just asking in the rustic discussions!
Enhancements
Backend and Configuration
webdav
command.rclone-command
,use-password
,rest-url
.[repository.options-hot]
and[repository.options-cold]
.Backup and Restore
--no-scan
option to prevent scanning for the backup size.--custom-ignorefile
option to use .gitignore-behavior with custom filenames.--skip-identical-backup
option to skip saving the snapshot if it is identical to the parent.--quiet
for backup and forget command.Repository Management
ls
: New option--numeric-id
(can also be used as--numeric-uid-gid
).prune
: New option--early-delete-index
allows running prune with full discs.--max-repack
has been changed to "10%".UI and Usability Improvements
copy
command.Optimizations
Build and Deployment
self-update
andwebdav
commands is now an optional feature.Bug Fixes
backup
command could abort in the unlikely case of a time shift during backup (e.g., caused by NTP syncing).repair index
wrongly settingto-delete
for newly read pack files.diff
to uselocal:
in path syntax, enabling comparison with Windows paths.init
not working as expected for hot/cold repositories due to a regression.This discussion was created from the release rustic v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions