Check rsync destination capacity before copying

This commit is contained in:
Mikei386
2026-06-15 17:20:07 +02:00
parent 6c795fd97d
commit e66d89598d
10 changed files with 110 additions and 9 deletions
+1
View File
@@ -80,6 +80,7 @@ type RsyncOptions struct {
PreserveXattrs bool `json:"preserveXattrs"`
Checksum bool `json:"checksum"`
DryRun bool `json:"dryRun"`
SkipSpaceCheck bool `json:"skipSpaceCheck"`
}
type Source struct {