trying on production (my real dir :-))
[pauldeden-misc.git] / mirror_traveldrive.py
blob8a9c5e44527b566b5e82c6b1ffd256e9f4909116
1 import subprocess
2 import mirror_traveldrive_conf as c
4 ret_value = subprocess.call("""/usr/bin/rsync -avP --del %s %s""" % (c.mounted_dir, c.copy_to_dir), shell=True)