mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-12-26 20:21:00 +03:00
add time in backup name
This commit is contained in:
parent
54eb95163e
commit
00fdfb6298
@ -202,7 +202,7 @@ def git_clone(c):
|
|||||||
c.run(f'git clone {args.vestasync_gitea_protocol}://{gitea_user}:{args.gitea_token}@{args.vestasync_gitea_host}:{args.vestasync_gitea_port}/{gitea_user}/{args.source_hostname}.git /mnt/data/{args.source_hostname}_etc')
|
c.run(f'git clone {args.vestasync_gitea_protocol}://{gitea_user}:{args.gitea_token}@{args.vestasync_gitea_host}:{args.vestasync_gitea_port}/{gitea_user}/{args.source_hostname}.git /mnt/data/{args.source_hostname}_etc')
|
||||||
|
|
||||||
def copy_etc(c):
|
def copy_etc(c):
|
||||||
current_date = datetime.datetime.now().strftime("%Y-%m-%d")
|
current_date = datetime.datetime.now().strftime("%Y-%m-%d-%H-%M-%S")
|
||||||
archive_name = f"backup_{current_date}.tar.gz"
|
archive_name = f"backup_{current_date}.tar.gz"
|
||||||
print(f"Remove old .git...")
|
print(f"Remove old .git...")
|
||||||
c.run(f"rm -rf /mnt/data/etc/.git")
|
c.run(f"rm -rf /mnt/data/etc/.git")
|
||||||
|
Loading…
Reference in New Issue
Block a user