Files
x11ma/script/test/TestRsync2.py
2021-03-12 12:19:10 +01:00

15 lines
239 B
Python
Executable File

#run("rsync")
from rsync import *
user = "e18720"
#reset_user_key()
#remove_user_key()
#authorize_user(user)
sync_user_data(user, "/sls/X11MA/data/X11MA/pshell/home/log", "~/Data1")
#print exec_cmd("ls $HOME", user, "6p!ZP_sQ9")