• 13 Posts
  • 972 Comments
Joined 3 years ago
cake
Cake day: March 23rd, 2022

help-circle
  • No. The river runs into the ocean anyway, and even if a new source of freshwater were to run into the ocean, the oceans are so massive there wouldn’t be any measurable change in salinity. A canal like this probably won’t have much flow anyway, as it’s meant for shipping and transportation rather than water diversion or irrigation.

    The article does note some concerns in terms of additional pollution and disruption of wildlife due to increased traffic and more industry.










  • Forgejo is a git server, forked by Codeberg from Gitea after Gitea got bought up by a for-profit corporation.

    Codeberg is a non-profit organization which runs a public instance of the Forgejo git server.

    You can make an account on Codeberg.org, save repos there, and contribute to other repos, like on Github. Or you can run your own Forgejo instance to use either privately or open up to public use.










  • You could rsync with directories shared on the local network, like a samba share or similar. It’s a bit slower than ssh but for regular incremental backups you probably won’t notice any difference, especially when it’s supposed to run in the background on a schedule.

    Alternatively use a non-password protected ssh key, as already suggested.

    You can also write rsync commands or at least a shell script that copies all of your desired directories with one command rather than one per file.