This commit is contained in:
acstubbins@9fd8dfbed08e99693f97e0782ddecf65eb816cb5 2015-06-23 02:11:51 +00:00 committed by admin
parent 8410a1cccb
commit f0a4ce0bfd

View file

@ -0,0 +1 @@
I'd like to be able to set a fixed limit on how much storage can be uploaded to a special remote. A use case for this may be that I want to spend no more than Y dollars, on a storage service that charges $X per gigabyte. I would thus set a limit where I a upload would be interrupted with a warning about the limit, and to continue I would need to use a --force option.