Commit Graph

21 Commits

Author SHA1 Message Date
Alexander Weiss
9bc33958a8 restore: Overwork treatment of existing files 2022-12-16 13:44:18 +01:00
dependabot[bot]
77e3d47c58 build(deps): bump serde_with from 2.0.1 to 2.1.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v2.0.1...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 23:19:13 +00:00
Alexander Weiss
74562102bc escape filename like restic 2022-09-14 23:18:17 +02:00
Alexander Weiss
a2ad1cec30 fix clippy warnings 2022-08-11 20:47:18 +02:00
Alexander Weiss
d6f9dbecee Add escaping of filenames 2022-08-10 21:03:14 +02:00
Alexander Weiss
96288d888d treat missing mode correctly 2022-07-07 12:15:18 +02:00
Alexander Weiss
297e337dfc backup: Always store uid/gid 2022-07-07 10:23:10 +02:00
Alexander Weiss
1a77273e6e backup: Add support for special files 2022-07-07 10:23:10 +02:00
Alexander Weiss
8a55b5f480 fix empty device for device or chardev files 2022-07-01 11:18:27 +02:00
Alexander Weiss
764869012d fix possible node types 2022-06-30 16:15:03 +02:00
Alexander Weiss
06256e7a54 adapt tree json format to restic's tree format 2022-05-23 20:42:07 +02:00
Alexander Weiss
9f026e8455 Make node compatible with restic (for empty files) 2022-04-07 22:07:13 +02:00
Alexander Weiss
c20e6e7558 make Tree format more similar to restic 2022-03-09 23:11:21 +01:00
Alexander Weiss
1ce11288ca fix clippy warnings 2022-03-05 12:41:42 +01:00
Alexander Weiss
640f0bfad4 sort trees; use correct user and group name 2022-03-03 21:14:56 +01:00
Alexander Weiss
e8e641786c better ser/de rules 2022-03-01 12:45:02 +01:00
Alexander Weiss
ebc9dc57cf backup: also save metadata 2022-02-22 23:37:13 +01:00
Alexander Weiss
178b00c625 refactor archiver 2022-02-22 22:48:33 +01:00
Alexander Weiss
68e99447d8 better error handling 2022-02-22 16:01:51 +01:00
Alexander Weiss
7fe4ae6c05 correct handling of trees in backup 2022-02-22 02:32:38 +01:00
Alexander Weiss
2ee02691a1 different improvements 2022-02-18 13:44:51 +01:00