diff options
author | Leo Famulari <leo@famulari.name> | 2018-10-06 22:43:35 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-10-07 13:57:32 -0400 |
commit | 247537da81095d3bc03dc210954910d1008bafd3 (patch) | |
tree | de57221cdcc7d9baeddec58ca851088a022fe0ac /gnu/packages/backup.scm | |
parent | 236fadf52868d3ced233b144f9d560b51dcecec1 (diff) | |
download | patches-247537da81095d3bc03dc210954910d1008bafd3.tar patches-247537da81095d3bc03dc210954910d1008bafd3.tar.gz |
gnu: borg: The backup client cannot override the server-side storage quota.
* gnu/packages/patches/borg-respect-storage-quota.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/backup.scm (borg)[source]: Use it.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index ea5bc8e398..408b64b48d 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -498,6 +498,7 @@ detection, and lossless compression.") (origin (method url-fetch) (uri (pypi-uri "borgbackup" version)) + (patches (search-patches "borg-respect-storage-quota.patch")) (sha256 (base32 "1p3zia62vyg9vadkdjzzkzbj4dmgijr7ix5lmhfbxpwy5q9imdgp")) |