M-Welsch / backup-server

Backup Server (BaSe)
Apache License 2.0
3 stars 1 forks source link

rsync dameon runs on NAS #14

Closed M-Welsch closed 9 months ago

M-Welsch commented 10 months ago

Description

we want a rsync daemon running on the NAS to provide access to the files to be backed up

What happens if we don't do it (aka Why is it important)?

we cannot access our source data over rsync. We would need to use ssh (slower) or nfs (more complicated)

Definition of Ready

Key Tasks

transfer logging = true log file = /var/log/rsyncd.log log format = %h %o %f %l %b

[backup_source_data] comment = Public Share path = /root/rsync_share read only = no list = yes uid = nobody gid = nogroup



# Acceptance Criteria
- [ ] when we type `rsync NAS::` we can see the backup_source_data
M-Welsch commented 9 months ago

changed acceptance criteria. It doesn't work with nas:: because it requires an ip