Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Teo

Pages: [1]
1
Backup / [Backup and NEW backup] what about ignoring symbolic links?
« on: September 25, 2020, 07:40:58 AM »
As already required, some kind of filed and folders exclusion could be very useful.
What I’m asking now it to exclude symbolic links from backup.
For sites with large data I often use external services like Amazon S3 mounted with s3fs-fuse or on other volume mounts.
Well, there was the default backup enabled and after some alerts from Netdata I saw the backup process
Code: [Select]
/usr/bin/rsync -avzr --no-o --no-g --delete /home/ACCOUNT/ /mnt/bk/cwp_backup/daily/ACCOUNTworking hard, downloading 2TB of files from Amazon S3 filling my local volume (and spending $ for AWS S3 traffic).
What about adding a --no-links to the command, or better, allowing to customize/override the backup script?



2
Installation / Can’t install Netdata from GUI
« on: September 09, 2020, 12:57:03 PM »
I use CWP7pro on two VPS with Netdata installed in past; yesterday I’ve installed CWP (CWPpro version: 0.9.8.1007) on a dedicated server
Code: [Select]
CPU Model: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
CPU Details: 8 Core (3814 MHz)
Distro Name: CentOS Linux release 7.8.2003 (Core)
Kernel Version: 3.10.0-1127.19.1.el7.x86_64
Platform: x86_64
but I can’t install Netdata from GUI using Graphs > Netdata > Install netdata:
I select the “Confirm” checkbox, I press “Install netdata” button and then, after some seconds, I get back to the same page.
After rebooting I get the same result and I can’t uninstall it with
Code: [Select]
/usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yescommand because there isn’t nothing to uninstall.

Pages: [1]