Commit Graph

942 Commits

Author SHA1 Message Date
Alexander Weiss
4986595013 fix windows code checks 2023-03-24 06:27:35 +01:00
Alexander Weiss
d034646e69 follow-up xattr 2023-03-24 05:57:13 +01:00
aawsome
c7e134102c
Merge pull request #522 from rustic-rs/xattr
Handle extended file attributes
2023-03-23 21:56:25 +01:00
Alexander Weiss
e47708479c Handle extended attributes 2023-03-23 13:57:09 +01:00
Alexander Weiss
61dbe027cc keyfile: use serde_with::base64 2023-03-23 13:11:02 +01:00
aawsome
9a602428ca
Merge pull request #520 from rustic-rs/restore-empty-files
restore: Fix restoring of empty files
2023-03-23 12:05:35 +01:00
Alexander Weiss
41c9b2f5e6 restore: Fix restoring of empty files 2023-03-23 11:59:05 +01:00
aawsome
db3d75019a
Merge pull request #513 from rustic-rs/rhai
Add scriptable snapshot filter option
2023-03-23 11:43:02 +01:00
aawsome
89651b3bd6
Merge pull request #512 from rustic-rs/dependabot/cargo/dirs-5.0.0 2023-03-22 16:16:31 +01:00
aawsome
60568574c3
Merge pull request #510 from rustic-rs/windows-path-prefixes 2023-03-22 13:06:36 +01:00
dependabot[bot]
d42a0aa3eb
build(deps): bump dirs from 4.0.0 to 5.0.0
Bumps [dirs](https://github.com/soc/dirs-rs) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/soc/dirs-rs/releases)
- [Commits](https://github.com/soc/dirs-rs/commits)

---
updated-dependencies:
- dependency-name: dirs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 07:12:47 +00:00
aawsome
f53d681dc4
Merge pull request #511 from rustic-rs/dependabot/cargo/rstest-0.17.0
build(deps): bump rstest from 0.16.0 to 0.17.0
2023-03-22 08:11:22 +01:00
aawsome
2faba09133
Merge pull request #506 from rustic-rs/dependabot/cargo/directories-5.0.0
build(deps): bump directories from 4.0.1 to 5.0.0
2023-03-22 08:11:02 +01:00
dependabot[bot]
e3fe1bf612
build(deps): bump rstest from 0.16.0 to 0.17.0
Bumps [rstest](https://github.com/la10736/rstest) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/la10736/rstest/compare/0.16.0...0.17.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 00:12:29 +00:00
Alexander Weiss
fa28427126 Add scriptable snapshot filter option 2023-03-21 22:12:40 +01:00
Alexander Weiss
59b89a8b2d update dependencies 2023-03-21 22:12:21 +01:00
Alexander Weiss
8605fff1e7 windows: treat path prefixes 2023-03-21 20:39:47 +01:00
dependabot[bot]
7a9c66cfe9
build(deps): bump directories from 4.0.1 to 5.0.0
Bumps [directories](https://github.com/soc/directories-rs) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/soc/directories-rs/releases)
- [Commits](https://github.com/soc/directories-rs/commits)

---
updated-dependencies:
- dependency-name: directories
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-21 00:05:52 +00:00
aawsome
1850a57818
Merge pull request #425 from rustic-rs/rework-archiver
archiver: rework implementation
2023-03-20 22:58:43 +01:00
Alexander Weiss
2e14f78f00 refactor archiver 2023-03-20 22:50:20 +01:00
Alexander Weiss
82c545e6d1 simplify iterator items 2023-03-20 22:50:20 +01:00
Alexander Weiss
f4896e7e57 impl ReadSource for stdin 2023-03-20 22:39:55 +01:00
Alexander Weiss
8ca3a99ab2 Rework backend 2023-03-20 22:39:55 +01:00
Alexander Weiss
f07f91ff36 archiver: rework implementation 2023-03-20 22:39:55 +01:00
aawsome
ec32d277e6
Merge pull request #505 from rustic-rs/restore-noid
restore: Add --no-ownership option
2023-03-20 11:26:53 +01:00
Alexander Weiss
4e4105552e restore: Add --no-ownership option 2023-03-20 11:13:22 +01:00
aawsome
49eace7eed
Merge pull request #502 from rustic-rs/dunce
windows: treat UNC paths
2023-03-17 22:21:33 +01:00
Alexander Weiss
57052a9aef windows: treat UNC paths 2023-03-17 22:06:02 +01:00
aawsome
0e1092db1a
Merge pull request #501 from rustic-rs/merge-snapshot-time
merge: set timestamp
2023-03-17 16:12:57 +01:00
Alexander Weiss
1184694768 merge: set timestamp 2023-03-17 16:02:26 +01:00
aawsome
2144ad03c6
Merge pull request #500 from rustic-rs/fix-config-compressed
config: Save config file uncompressed
2023-03-17 10:46:47 +01:00
Alexander Weiss
f5c64a10fc config: Save config file uncompressed 2023-03-17 10:20:10 +01:00
aawsome
73db1207ca
Merge pull request #496 from rustic-rs/dependabot/cargo/walkdir-2.3.3
build(deps): bump walkdir from 2.3.2 to 2.3.3
2023-03-17 05:59:58 +01:00
dependabot[bot]
ad1a2f52cf
build(deps): bump walkdir from 2.3.2 to 2.3.3
Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/BurntSushi/walkdir/releases)
- [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.2...2.3.3)

---
updated-dependencies:
- dependency-name: walkdir
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-17 00:04:09 +00:00
Alexander Weiss
1a06336cbb Add CLI aliases for --repository and --repo-hot 2023-03-16 19:21:23 +01:00
aawsome
143167ca64
Merge pull request #495 from rustic-rs/windows-repo-drive
Windows: Allow repo to start with drive letter
2023-03-16 15:58:11 +01:00
Alexander Weiss
c21f6545e2 Add Windows to changelog 2023-03-16 14:59:18 +01:00
Alexander Weiss
525e4c092f Windows: Allow repos to start with drive letter 2023-03-16 14:59:12 +01:00
aawsome
f005d0eaae
Merge pull request #494 from rustic-rs/merge-nodelete
merge: respect delete-never and delete-after options
2023-03-16 07:46:01 +01:00
aawsome
17f67b61bb
Merge pull request #492 from rustic-rs/dependabot/cargo/enum-map-2.5.0
build(deps): bump enum-map from 2.4.2 to 2.5.0
2023-03-15 23:41:17 +01:00
Alexander Weiss
d670e2c7b2 merge: respect delete-never and delete-after options 2023-03-15 23:40:34 +01:00
aawsome
359a01a138
Merge pull request #491 from rustic-rs/dependabot/cargo/serde-1.0.156
build(deps): bump serde from 1.0.154 to 1.0.156
2023-03-15 09:40:03 +01:00
dependabot[bot]
2f1f4b7e99
build(deps): bump enum-map from 2.4.2 to 2.5.0
Bumps [enum-map](https://github.com/xfix/enum-map) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/xfix/enum-map/releases)
- [Changelog](https://github.com/xfix/enum-map/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xfix/enum-map/compare/v2.4.2...v2.5.0)

---
updated-dependencies:
- dependency-name: enum-map
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 00:03:40 +00:00
dependabot[bot]
f2ff175e13
build(deps): bump serde from 1.0.154 to 1.0.156
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.154 to 1.0.156.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.154...v1.0.156)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 00:03:26 +00:00
aawsome
407d4876de
Merge pull request #490 from rustic-rs/dependabot/cargo/toml-0.7.3
build(deps): bump toml from 0.7.2 to 0.7.3
2023-03-14 05:56:38 +01:00
aawsome
e5454d96cf
Merge pull request #489 from rustic-rs/dependabot/cargo/semver-1.0.17
build(deps): bump semver from 1.0.16 to 1.0.17
2023-03-14 05:56:23 +01:00
aawsome
6431d2f62d
Merge pull request #488 from rustic-rs/dependabot/cargo/chrono-0.4.24
build(deps): bump chrono from 0.4.23 to 0.4.24
2023-03-14 05:56:07 +01:00
dependabot[bot]
398f1801fd
build(deps): bump toml from 0.7.2 to 0.7.3
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/toml-rs/toml/releases)
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.2...toml-v0.7.3)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 00:05:00 +00:00
dependabot[bot]
7cf8483f23
build(deps): bump semver from 1.0.16 to 1.0.17
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.16 to 1.0.17.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.16...1.0.17)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 00:04:49 +00:00
dependabot[bot]
bb035df61b
build(deps): bump chrono from 0.4.23 to 0.4.24
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.24.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 00:04:40 +00:00