Add symlinking functionality in create_snapshot

This commit is contained in:
Eric Torres
2019-04-16 13:48:52 -07:00
parent 5022fef5bf
commit 39ca6de46e
2 changed files with 4 additions and 3 deletions

View File

@ -154,8 +154,6 @@ if __name__ == "__main__":
os.umask(old_umask)
exit(E_FAILED_PROCESS)
repo.symlink_snapshot(curr_snapshot)
if args.run_post_sync:
syslog.info("Running sync operation")
os.sync()