From d4a94a2330378409dcef3f26577f2a89fe850ab1 Mon Sep 17 00:00:00 2001 From: toh_corpora Date: Wed, 28 Nov 2018 15:56:54 +0000 Subject: [PATCH 1/2] Added a comment --- ...t_2_187a47171265eeaf2aa144beed53bfc3._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/todo/add_limit_to_matching_options/comment_2_187a47171265eeaf2aa144beed53bfc3._comment diff --git a/doc/todo/add_limit_to_matching_options/comment_2_187a47171265eeaf2aa144beed53bfc3._comment b/doc/todo/add_limit_to_matching_options/comment_2_187a47171265eeaf2aa144beed53bfc3._comment new file mode 100644 index 0000000000..39afd40617 --- /dev/null +++ b/doc/todo/add_limit_to_matching_options/comment_2_187a47171265eeaf2aa144beed53bfc3._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="toh_corpora" + avatar="http://cdn.libravatar.org/avatar/c4265d106fd775ab35231ea3f9696cb0" + subject="comment 2" + date="2018-11-28T15:56:54Z" + content=""" +Thanks for your reply Joey. + +There are other times when I want to limit that size of a query, besides when the filesystem of the target device is exhausted. + +I would be able to minimize the number of round trips required for transporting two or more repos on one hard drive. It would be great to have more control over the amount of space used on the remote, via the amount of space that is passed to copy or move. + +Beyond that, what would be really cool, is to have something like --limitfiles and --limitsize, to constrain a query by the total number of files, or the total size, especially for certain cloud-based services. That is, cap the query to return a total number of files, regardless of size, along with --greaterthan and --lessthan. + + +"""]] From 0b924bc1ce7261485075bdc5008e98804db1e895 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Thu, 29 Nov 2018 03:49:39 +0000 Subject: [PATCH 2/2] added suggestion for an option to encrypt just the special remote credentials but not its contents --- doc/todo/encrypt_only_the_credentials.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/todo/encrypt_only_the_credentials.mdwn diff --git a/doc/todo/encrypt_only_the_credentials.mdwn b/doc/todo/encrypt_only_the_credentials.mdwn new file mode 100644 index 0000000000..0458e54f42 --- /dev/null +++ b/doc/todo/encrypt_only_the_credentials.mdwn @@ -0,0 +1 @@ +Is it possible to add an option, for initremote/enableremote, to encrypt the credentials but not the contents? Then it would be possible to have an exporttree remote while using embedcreds. It would also be good if locally stored credentials could be stored in encrypted form, and decrypted for use as needed. I'm uneasy about keeping credentials accessible without a passphrase.