You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The export and import commands allow you to write/read a subset of the versioned files to/from a zip file.
That, in turn, is used by the push and pull helper for local files.
We should integrate with the age encryption tool to allow those zip files to be encrypted, and correspondingly update the rvcs-push-file and rvcs-pull-file extensions to support this new encryption feature.
The text was updated successfully, but these errors were encountered:
Alternatively, perhaps we should just support streaming import and export using compressed tar archives, and the user can just wrap that with age (or not) themselves.
The
export
andimport
commands allow you to write/read a subset of the versioned files to/from a zip file.That, in turn, is used by the push and pull helper for local files.
We should integrate with the age encryption tool to allow those zip files to be encrypted, and correspondingly update the
rvcs-push-file
andrvcs-pull-file
extensions to support this new encryption feature.The text was updated successfully, but these errors were encountered: