updated kopia state
This commit is contained in:
parent
7f5b3f51a3
commit
f02e2563ca
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user