You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run yr container and found that the container does not run at all.
Running the below script:
docker run
-v /volume1/docker-backup/config.yml:/etc/docker-backup/docker-backup.yml
-v /var/run/docker.sock:/var/run/docker.sock
akerbis/docker-backup force
I tried to run yr container and found that the container does not run at all.
Running the below script:
docker run
-v /volume1/docker-backup/config.yml:/etc/docker-backup/docker-backup.yml
-v /var/run/docker.sock:/var/run/docker.sock
akerbis/docker-backup force
CONFIG.YML
destinations:
ftp-postgres: # an id used by sources
type: ftp
server: 192.168.88.25
# container: docker-backup-wmck-db-ftp
compose:
project: dockerbackup
service: ftp_server
container_number: 1
# dockercloud:
# stack: backup
# service: ftp-server
# container_number: 1
port: 21
username: nasbackup
password: nasbackup
path: /Postgres
sources:
#test-mysql: # a self-explanatory id
# type: mysqldump
# container: dockerbackup_test_mysql_1
# compose:
# project: dockerbackup
# service: test_mysql
# container_number: 1
# dockercloud:
# stack: test_stack
# service: test_mysql
# container_number: 1
# username: mysql_user
# password: mysql_pass
# databases:
# - test_database
# destination: c14 # id from destinations
# name: dockerbackup_test_mysql
parameters:
backup_full_if_older_than: 7D
backup_keep_n_full: 5
par2:
enabled: true
redundancy: 5
The text was updated successfully, but these errors were encountered: