Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create new application for [kopia] #559

Open
1 task
chendelin1982 opened this issue Jan 19, 2024 · 5 comments
Open
1 task

create new application for [kopia] #559

chendelin1982 opened this issue Jan 19, 2024 · 5 comments
Assignees
Labels
feature Type label, New feature or request

Comments

@chendelin1982
Copy link
Contributor

chendelin1982 commented Jan 19, 2024

What type of your feature request?

Kopia have cli and gui version, we use gui version

@chendelin1982 chendelin1982 added the feature Type label, New feature or request label Jan 19, 2024
@qiaofeng1227 qiaofeng1227 self-assigned this Jan 29, 2024
@chendelin1982
Copy link
Contributor Author

chendelin1982 commented Jan 30, 2024

What this?

    volumes:
      - kopia_config:/app/config
      - kopia_cache:/app/cache
      - kopia_logs:/app/logs
      - kopia_data:/data:ro
      - kopia_repository:/repository
      - kopia_tmp:/tmp:shared

https://kopia.io/docs/installation/#docker-images

@chendelin1982
Copy link
Contributor Author

chendelin1982 commented Feb 1, 2024

  • Menu Snapshots Policies 404

  • Test SFTP backup
    image

  • What is tmp:shared?

@zhang-mtdxx
Copy link
Contributor

"/path/to/tmp/dir:/tmp:shared"
kopia可以将备份挂载在/tmp目录下,这样通过映射可以在宿主机通过常规方式查看备份文件
image
image
要使这部分功能可用,可能需要修改docker-compose.yml

  1. 给高权限privileged: true
  2. 映射tmp目录不能使用volumes,需要使用本地路径

@qiaofeng1227
Copy link
Contributor

image

@qiaofeng1227
Copy link
Contributor

kopia/kopia#3133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Type label, New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants