OLD
Outdated page
This page was set to be reviewed before 2022-01-01 by the page owner.
Contact the page Owner (opens default mail client) if you require this page to be updatedOutdated pages are managed through the outdated page site
Adding s3fs
sudo echo private:sectet > /etc/passwd-s3fs
chmod 600 /etc/passwd-s3fs
s3fs <bucket> /s3 -o passwd_file=/etc/passwd-s3fs,use_path_request_style,url=https://s3.breadnet.co.uk:9000
connecting to server backup bucket
s3fs serverbackup /mnt/s3 -o passwd_file=/etc/passwd-s3fs,use_path_request_style,url=https://s3.breadnet.co.uk:9000
create mc user
./mc admin user add <name><password>
Add them to the readwrite group ./mc admin policy set myminio readwrite user=
backup script by date
mkdir /mnt/s3/<servername>/$(date +"%m-%d-%y")
rsync -ravzX </path/to/file/you/want/to/backup/> /mnt/s3/<hostname>/$(date +"%m-%d-%y")/
normal backup
backup that removes files removed on local system
Want to make this site better? Open a PR, help fund hosting costs or message me on Matrix