feat: just recipe for private asset backup
This commit is contained in:
parent
c027e18453
commit
7d6044c9cf
1 changed files with 7 additions and 0 deletions
7
justfile
Normal file
7
justfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env just --justfile
|
||||
|
||||
timestamp := `date +"%Y-%m-%d\ %H:%M"`
|
||||
|
||||
# Backup assets
|
||||
backup:
|
||||
ouch compress assets/player assets/logo assets/attacks ~/NAS/Documents/Ambition/{{timestamp}}.tar.gz
|
Reference in a new issue