Commit Graph

11 Commits

Author SHA1 Message Date
Nico
de150b8cc4 feat(sftp): add option for absolute & parent symlink backups (#1040)
* feat(sftp): add option for absolute & parent symlink backups

Related issue: #1007

Recent SSHFS now contains absolute/parent-directory symlinks by default,
which is safer for browsing but prevents Restic from archiving the
original symlink metadata. This adds an opt-in `no_contain_symlinks`
switch for trusted SFTP sources that need exact symlink backup

* refactor(sftp): block unsafe symlink with skip host check combination
2026-07-06 14:11:42 +02:00
Nico
f3f6a4e5f9 test(integration): add restore test suite (#1018)
Add an integration test suite for restore
2026-06-30 11:36:52 +02:00
Nicolas Meienberger
591b6c81d1 test: automate legacy sftp integration 2026-06-22 10:27:39 +02:00
iven
aed2c15709 Rename docker-compose.yml to compose.yaml (#935)
Aligns the project with the current Compose Specification, which
designates compose.yaml as the canonical filename and treats the
docker-compose.yml name as a legacy fallback.

Renames every compose file in the repo (the root dev/e2e stack, the
deployment examples under examples/, and the integration-test infra
stack) and updates all documentation, the integration test runner, the
capability hint messages, and the .gitattributes pattern accordingly.
No top-level version field was present to remove.

Functional behavior is unchanged: docker compose discovers either
filename, so existing deployments are not affected by the rename.

Reference: https://docs.docker.com/compose/intro/compose-application-model/
2026-06-10 20:04:00 +02:00
Nicolas Meienberger
4a4e5c0abe ci: skip nfs container entirely in github ci 2026-06-03 19:26:45 +02:00
Nicolas Meienberger
1526e3d441 test: automate NFS integration 2026-06-02 20:36:33 +02:00
Nicolas Meienberger
dfd787c8ae test(integration): skip volume mounting in CI 2026-06-02 20:26:50 +02:00
Nicolas Meienberger
ce23bded90 test: automate SMB integration 2026-06-02 19:45:17 +02:00
Nicolas Meienberger
036382d82d test: automate webdav integration 2026-06-02 17:30:49 +02:00
Nicolas Meienberger
756ecbddcd test: automate SFTP integration coverage 2026-06-02 17:25:10 +02:00
Nico
648ccae5fc test(integration): s3 repository with rustfs & rclone (#933)
* test(integration): s3 repository with rustfs

* ci: run integration tests before release

* chore: fix linting issue

* ci: persist-creds -> false
2026-06-01 21:37:12 +02:00