We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
That script seems to be referred to in the discussions, issues, or elsewhere, but there ain't any clear documentation explaining its use, AFAICS.
It would be great to have a mention in the README, somewhere.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
For the records, AFAIU from reading https://forum.yunohost.org/t/borg-borg-server-deduplicated-encrypted-and-remote-backups/5006/32 there's a timer which runs it.
Indeed:
# systemctl list-timers | grep borg Wed 2024-05-29 12:00:00 CEST 6min left Wed 2024-05-29 11:00:02 CEST 53min ago borg.timer borg.service
Then:
# cat /etc/systemd/system/borg.service [Unit] Description=Run backup borg After=network.target [Service] Type=oneshot ExecStart=/usr/bin/sudo /var/www/borg/backup-with-borg borg User=borg Group=borg #[Install] #WantedBy=multi-user.target
OK, so one may manually run it with sudo /var/www/borg/backup-with-borg borg to proceed with backups...
sudo /var/www/borg/backup-with-borg borg
Sorry, something went wrong.
No branches or pull requests
That script seems to be referred to in the discussions, issues, or elsewhere, but there ain't any clear documentation explaining its use, AFAICS.
It would be great to have a mention in the README, somewhere.
Thanks in advance.
The text was updated successfully, but these errors were encountered: