Incident de sauvegarde du 01/02/2023 #26

Closed
opened 2023-10-16 14:53:43 +02:00 by neox · 0 comments
Owner

Le 01/02/2023, détection d'un incident de sauvegarde :

=(^-^)=root@aunt:/home/admin666# uptime
 11:47:52 up 29 days, 10:39,  1 user,  load average: 54,20, 20,29, 14,45
=(^-^)=root@aunt:/home/admin666# ps auxww|grep backups
root     1063298  0.0  0.0   6804  3328 ?        S    janv.31   0:00 /bin/bash /etc/cron.daily/backups
root     1063309  4.8  0.0 1571484 18616 ?       Ssl  janv.31  94:29 /sbin/mount.fuse.sshfs root@mother.lan:/var/backups/vm /var/backups/vm -o rw,port=222,idmap=user,Compression=no,reconnect,_netdev
root     1439080  0.0  0.0   6804  3340 ?        S    03:33   0:00 /bin/bash /etc/cron.daily/backups
root     1439111  4.8  0.0 1342184 18440 ?       Ssl  03:33  24:00 /sbin/mount.fuse.sshfs root@mother.lan:/var/backups/vm /var/backups/vm -o rw,port=222,idmap=user,Compression=no,reconnect,_netdev
root     1584465  0.0  0.0   6240   840 pts/12   S+   11:48   0:00 grep backups


=(^-^)=root@mother:/home/admin666# uptime
 11:47:54 up 29 days, 11:05,  2 users,  load average: 35,83, 27,27, 27,39
=(^-^)=root@mother:/home/admin666# ps auxww|grep fallocate
root      161866  0.0  0.0  10760  4996 ?        S    11:34   0:00 sudo fallocate -v -d /var/backups/vm/mother/status.chalec.org/20230201-035852_23_status.chalec.org_vda.raw
root      161867  1.5  0.0   5368   568 ?        D    11:34   0:12 fallocate -v -d /var/backups/vm/mother/status.chalec.org/20230201-035852_23_status.chalec.org_vda.raw
root      164840  0.0  0.0   6260   712 pts/1    S+   11:48   0:00 grep fallocate
root     4089325  0.0  0.0   8364  3356 ?        S    janv.31   0:00 find /var/backups/vm/ -ctime -1 -type f -name *.raw -exec sudo fallocate -v -d {} ;

Diagnostic :

  • sur aunt : double sshfs ;
  • sur mother : double fallocate.
Le 01/02/2023, détection d'un incident de sauvegarde : ``` =(^-^)=root@aunt:/home/admin666# uptime 11:47:52 up 29 days, 10:39, 1 user, load average: 54,20, 20,29, 14,45 =(^-^)=root@aunt:/home/admin666# ps auxww|grep backups root 1063298 0.0 0.0 6804 3328 ? S janv.31 0:00 /bin/bash /etc/cron.daily/backups root 1063309 4.8 0.0 1571484 18616 ? Ssl janv.31 94:29 /sbin/mount.fuse.sshfs root@mother.lan:/var/backups/vm /var/backups/vm -o rw,port=222,idmap=user,Compression=no,reconnect,_netdev root 1439080 0.0 0.0 6804 3340 ? S 03:33 0:00 /bin/bash /etc/cron.daily/backups root 1439111 4.8 0.0 1342184 18440 ? Ssl 03:33 24:00 /sbin/mount.fuse.sshfs root@mother.lan:/var/backups/vm /var/backups/vm -o rw,port=222,idmap=user,Compression=no,reconnect,_netdev root 1584465 0.0 0.0 6240 840 pts/12 S+ 11:48 0:00 grep backups =(^-^)=root@mother:/home/admin666# uptime 11:47:54 up 29 days, 11:05, 2 users, load average: 35,83, 27,27, 27,39 =(^-^)=root@mother:/home/admin666# ps auxww|grep fallocate root 161866 0.0 0.0 10760 4996 ? S 11:34 0:00 sudo fallocate -v -d /var/backups/vm/mother/status.chalec.org/20230201-035852_23_status.chalec.org_vda.raw root 161867 1.5 0.0 5368 568 ? D 11:34 0:12 fallocate -v -d /var/backups/vm/mother/status.chalec.org/20230201-035852_23_status.chalec.org_vda.raw root 164840 0.0 0.0 6260 712 pts/1 S+ 11:48 0:00 grep fallocate root 4089325 0.0 0.0 8364 3356 ? S janv.31 0:00 find /var/backups/vm/ -ctime -1 -type f -name *.raw -exec sudo fallocate -v -d {} ; ``` Diagnostic : - sur aunt : double sshfs ; - sur mother : double fallocate.
cpm was assigned by neox 2023-10-16 14:53:43 +02:00
neox closed this issue 2023-10-16 14:53:43 +02:00
Sign in to join this conversation.
No description provided.