mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-29 07:05:24 +00:00
Test commands
This commit is contained in:
@@ -3,6 +3,11 @@ from subprocess import Popen, PIPE
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
def test():
|
||||
run_command(['pwd'])
|
||||
run_command(['ls', '-l'])
|
||||
run_command(['ls', '/backup'])
|
||||
|
||||
|
||||
def init_repo(repository):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user