snapshotter
snapshotter copied to clipboard
Use os to move and remove files and make symlinks
Use Python's standard os module's functions to move and remove files and make symlinks, instead of running mv, rm and ln as subprocesses.
When dealing with a remote destination I think we'll still have to run ssh [user@]host mv|rm|ln ...
commands as subprocesses.