提交 12f0e30b authored 作者: blu's avatar blu

new upload script with /mnt/sd card as backup

上级 3caa6fab
...@@ -124,7 +124,7 @@ def cleanup(target): ...@@ -124,7 +124,7 @@ def cleanup(target):
cnt += 1 cnt += 1
# clean up # clean up
for f in oldest_n_files: for f in oldest_n_files:
os.remove(f) os.remove(str(f))
def lookup(src, file, backup): def lookup(src, file, backup):
file = src+ '/' + file file = src+ '/' + file
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论