updated kopia state

This commit is contained in:
Paul 2024-02-07 22:00:25 +01:00
parent 7f5b3f51a3
commit f02e2563ca

View File

@ -104,5 +104,9 @@ if __name__ == "__main__":
if not run(before_tasks={{ params.before_tasks|default([]) }}):
print("run error")
sys.exit(1)
elif args.action == "env":
print();print("# source this to use kopia with this repo")
for k,v in ENV.items():
print(f"export {k}=\"{v}\"")
else:
list_snapshots()