Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
10 views

How to sync files with rclone excluding extensions that have more than 3 characters

I'm syncing some files in my S3 bucket with rclone and all is ok. I need to exclude from sync all files with more than 3 characters on extensions (e.g. test.jfjaoisfn) in case of ransomware attack or ...
giuggimini's user avatar
0 votes
0 answers
18 views

`--single-transaction` equivalent for mysqlsh util.dumpSchema [migrated]

My database is using InnoDB, and when using mysqldump I have the option to set --single-transaction to avoid locking the tables while still having a consistent view of them. I'm trying to switch over ...
Nate Glenn's user avatar
  • 6,712
0 votes
0 answers
15 views

How to restore SSAS .db from folder backup

I couldn't connect to (microsoft analysis service) SSAS from SSMS because it threw some errors with old databases. I followed this guide https://learn.microsoft.com/en-us/answers/questions/1159973/...
Axeltherabbit's user avatar
-1 votes
1 answer
66 views

Simple way to backup/restore Docker named volumes [closed]

I have this Docker compose file with named volumes: version: '3' services: db: image: mysql:8.0 container_name: db volumes: - dbdata:/var/lib/mysql wordpress: image: ...
Megidd's user avatar
  • 7,896
0 votes
0 answers
41 views

PostgreSQL Not Starting After Restoring from Backup

I am facing an issue with PostgreSQL not starting after I restored a backup. The problem occurred after I changed the server's system time and then restored the backup. The backup was created with UTC ...
Mohammad Safyar's user avatar
-2 votes
0 answers
18 views

Restoration of a VM from backup in recovery services vault [closed]

I tried doing restore operation on with create new VM option and it got restored as well but the source image property is blank. Is this the default behaviour? Can't we restore VM from the original ...
Srishti garg's user avatar
0 votes
2 answers
58 views

Shell script to backup dir from list

I have a backup script which does the job but takes a long time to complete because it tars Users dir against a list of servers in DEV_Servers.txt one by one. Is there a way the tar command could run ...
Engineer83's user avatar
0 votes
0 answers
10 views

Why CLI influx backup does not work on my Raspberry Pi?

I have installed influxDB 2.7.6, and the shell version 1.6.7-rc0. When I try to run a backup, I get an error: influx backup unknown arguments: backup Is there any other extension or add-on I have ...
lambruscoAcido's user avatar
0 votes
0 answers
15 views

A Postgres 9.6 database broke after a power cycle, and restoring with backups did not fix issue

I have an old Ubuntu 14.04 server with an old PostgreSQL 9.6 database on it, and I was having issues with the server earlier so I power cycled it (bad idea in hindsight). It's currently running on a ...
Max Candocia's user avatar
  • 4,356
0 votes
2 answers
76 views

High swap consumption during database backup with mariabackup

We are experiencing a swap consumption problem when backing up our database. Every evening at 01am we run the mariabackup command and during the process swap usage rises sharply until it reaches 100% ...
Kévin Pemonon's user avatar
1 vote
0 answers
6 views

spatie-backup to run on WAMP

I cannot configure laravel 10 spatie 9.3 to work on my local installation using anything else than the terminal (e.g. using it via controller / blade file...) iam running WAMP , PHP8.2;Mysql8.2 and ...
user2955335's user avatar
0 votes
1 answer
42 views

problem in backing up mysql database in laravel 11 using a route

I want to backup mysql database in laravel 11 using a route. I tried some ways and all of them had problem: using Spatie/db-dumper: protected $signature = 'backup:database'; public function handle() {...
Morteza M's user avatar
  • 176
0 votes
0 answers
17 views

Why am I getting "CP_CHECKPOINT_FILE_READ_FAILED ERROR 30004" in GridDB during backup or data synchronization?

I’m using GridDB to manage a distributed database cluster, and recently encountered the following error during backup or data synchronization between nodes: 30004 CP_CHECKPOINT_FILE_READ_FAILED ERROR ...
omar esawy's user avatar
0 votes
0 answers
19 views

restoring windows automatic file backup to different computer

I have (actually Had) a Windows 10 PC which was setup to auto backup specific folders. The backups are written to an external drive. That PC died, and I want to Restore those folders/files to a New ...
Jim's user avatar
  • 53
1 vote
0 answers
35 views

Creating many hard links to a single file gradually slows down hard link creation

I've written a backup script in Python that uses hard links to create full backups while saving a lot of space. When a new backup is made, the most recent backup is compared to the source files. If a ...
Mark H's user avatar
  • 617
-1 votes
1 answer
69 views

Remove azure fileshare with RSV backup enabled via terraform gives error of share or snapshots may have active leases

I have two recovery service vaults in two different regions, south east asia and west europe. But I only get this error message when using terraform to destroy the azure fileshare that has snapshot ...
cookick's user avatar
0 votes
1 answer
36 views

Configuring active passive hub clusters

I'm trying to configure 2 of my openshift hub (acm) clusters to work in active passive mode. My clusters are installed on-premis. (Servers inside my company). I started with this documentation. From ...
Liav's user avatar
  • 135
0 votes
1 answer
354 views

gitlab-backup create faile -> Backup::Error: gitaly-backup exit status 1

When I am using command "gitlab-backup create --trace" to backup my gitlab data, the errors as follows: {"level":"error","msg":"create: pipeline: 3 ...
ohara0627's user avatar
0 votes
0 answers
58 views

WBEngine Error: 0x80070020 - File Access Conflict

I'm facing this issue where I can't proceed with the scheduled backups or even the manual backups. It's returning the following error: Error in deletion of [F:\System Volume Information\...
Alexis Freitas Barboza's user avatar
0 votes
0 answers
40 views

How to encrypt my react-native app before backup?

I have the task of Encrypting my React Native app before it is backed up, to protect sensitive information. How can I do that? I'm new to React Native and I'm having a hard time finding an answer to ...
white-wolf97's user avatar
0 votes
0 answers
32 views

Neo4j 3.5.1 cronjob for taking the backup

I am running Neo4j 3.5.1 using the Helm chart with a cluster of 3 nodes. I am trying to set up periodic backups on Kubernetes using a cron job. kind: PersistentVolumeClaim apiVersion: v1 metadata: ...
Ravindra Gupta's user avatar
0 votes
2 answers
252 views

How to backup data including large objects from Postgres

I'm trying to backup from one database and restore on other database both with the same version(12.9). I have one table with large objects(OID) and when I restore the backup the large objects are ...
Impact Codes's user avatar
0 votes
0 answers
38 views

Backup github and restore when github down

I need to backup github repo and restore it to another git server (eg: gitlab/bitbucket etc, with all those issue/pull request/tag/branches restore) Assumption: The backup will not be sync to ...
eulercode's user avatar
  • 1,157
0 votes
0 answers
31 views

How to implement multiple retention policies for the same repo in pgbackrest

We use pgbackrest to backup postgresql data and currently have the following strategy: Do a full backup every week and incremental every day with a retention policy count of 4. This is implemented ...
Jahrenski's user avatar
  • 182
1 vote
0 answers
286 views

Enable cross-region automated backup replication for Multi-AZ RDS Aurora Cluster [closed]

I have a question regarding implementing cross-region automated backups replication for RDS Aurora Postgres cluster in Terraform (ideally using 'internal' RDS service functionalities /API endpoints). ...
s3-m-bocian's user avatar
1 vote
0 answers
38 views

Lotus Notes 9.1 Backup and LotusScript

I’m working with IBM Notes 9.1 and need some assistance. My manager mentioned that they want to back up the existing information. One option they explored was manually downloading each incident along ...
Robinson Arpi's user avatar
0 votes
0 answers
25 views

mysqldump: Error 1412: Table definition has changed, please retry transaction when dumping table `chat` at row: 0 [duplicate]

I have a cron job from an .sh file that is showing that error on title, content from the .sh file is this one: #!/bin/sh # THIS FILE IS MANAGED BY PUPPET # # mysqlbackup.sh - Backup script for MySQL ...
Ricardo Romero's user avatar
-2 votes
1 answer
99 views

Can we recover a database from a deleted server in Azure SQL

We are testing our disaster recovery routines. If we delete a database it is possible to get it back. Is it also possible if we delete a server? There is this 8 year old answer, is this still the ...
Shiraz Bhaiji's user avatar
0 votes
1 answer
70 views

Error :TF254078 No attachable database were found

Azure Devops Server 2022.2 I have upgraded the Test Environment with new Azure DevOps Server 2022.2, Then restore the tfs_configuration and tfs_DefaultCollection latest backup from another production ...
Herr_grun's user avatar
0 votes
0 answers
51 views

WP Toolkit failed create backup (Task is not responding)

I am going to repair some issues in a WordPress website and work on it in a staging site created by cPanel WP Toolkit. And now, I want to back up the staging site using the cPanel WP Toolkit too. ...
David Tanuwidjaja's user avatar
0 votes
0 answers
58 views

Pgbackrest WAL retention explanation

I've read a manual, configured and tested some pgbackrest setup and I'm a bit confused on how much WAL files pgbackrest keeps. I'm wondering what is the advantage of having daily incremental backups (...
sh4rkyy's user avatar
  • 392
0 votes
1 answer
26 views

How much data in S3 will be backup for the first time?

Let say I have a S3 bucket which I created it and uploaded files to it a year ago. I kept it unchanged for a year. Now I turn on backup on it using continuous backup and set the total retention period ...
Steve's user avatar
  • 215
0 votes
0 answers
44 views

How to Completely Restore a WordPress Site from a Manual Backup

I’ve been (slowly) designing a new WordPress site locally on my Windows 11 hard drive. I’ve been using Apache and MySQL via the XAMPP Control Panel. I keep running into a situation in which MySQL ...
MavWeb's user avatar
  • 11
0 votes
0 answers
71 views

APISIX Backup and Restore Steps 3.8.0 version

Requirement: Backup and Restore steps for Apisix 3.8.0 version. its Etcd pods method or any other,
Gokul's user avatar
  • 11
0 votes
0 answers
18 views

error during backing up my pc with windows 11 on external drive?

error encountered I'm trying to back up my Windows 11 system using the Control Panel, but I'm encountering an error (0x800700E1) stating that the operation did not complete because the file contains a ...
Omkar Akolkar's user avatar
0 votes
1 answer
211 views

How to upgrade Jenkins which is running in a docker container withour losing any data?

So the problem is my Jenkins is running on a docker container and that Jenkins needs update. So that cannot happen while this Jenkins is running. If I download the latest Jenkins image , I will have ...
jaqen_hgar's user avatar
0 votes
0 answers
64 views

Solr Restore API gives incorrect response

I have solr cloud version 9.5 with two nodes deployed in kubernetes cluster. I am trying to restore the collection backup using the Solr restore API. I am experiencing an issue with the Solr backup ...
teji's user avatar
  • 11
0 votes
0 answers
90 views

Rsync --compare-dest with remote directory giving errors

On local Win11 machine, I'm using rsync v3.3 through Cygwin v3.5.3 and on my remote ubuntu 22.04 machine, I'm using rsync v3.2.7. I have a source directory in my local machine whilst compare and ...
Shah-G's user avatar
  • 662
0 votes
0 answers
31 views

Docker container cant connect with mongoDb

Issue Summary: I'm encountering a connection error between my Spring Boot application and a MongoDB database running in separate Docker containers. Error Description: I'm receiving the following error:...
Pratik Mondal's user avatar
0 votes
0 answers
40 views

Restoring riscv64 machine using a full backup

I have a cluster of riscv machines (LicheePI 4A) whom I want to back up in case something goes terribly wrong and I need to restore them up from scratch but keeping changes made. I am using a hard ...
Guillem Senabre's user avatar
-1 votes
1 answer
110 views

recover deleted firestore collection

I accidentally deleted firestore collection. then I interuppted that in between and it resulted in partial deletion. I want to restore my data. Point in time recovery was not enabled and I made above ...
Dilip Tarkhala's user avatar
0 votes
0 answers
44 views

Does Zscaler has api endpoints to Backup configurations?

Does Zscaler has exposed api endpoints to backup configuration or any python library available to backup configuration settings ? I have the documentation of common endpoints which zscaler has exposed ...
wasif hussain's user avatar
0 votes
0 answers
40 views

Solr backup not getting created in both solr nodes

I have solr cloud version 9.5 with two nodes deployed in kubernetes cluster. I am trying to take solr backup using the Solr backup API Bakup API - http://localhost:8982/solr/admin/collections?action=...
teji's user avatar
  • 11
0 votes
0 answers
47 views

WP - How do I undo "Restore this Revision" action

I accidentally clicked "Restore this Revision" button while checking the 4-year old version of main page of WordPress website. Before that, the latest version I had was from 2 months ago (...
Soenka YTB's user avatar
0 votes
0 answers
74 views

architecture for a cluster of 3 web servers with proxmox VE

Good morning, I have to propose an architecture for a cluster of 3 web servers for a company with proxmox VE. I plan to install 2 debian 12 VMs on each server (one for the site and the other for the ...
cheikh talla koundoul's user avatar
0 votes
1 answer
148 views

how backup and restore in Visual Studio 2019

I am looking for a way to restore my past data and settings. But I can't find a suitable way. If possible, suggest a principled and professional way, if possible, with a video link. Thank you in ...
user25547267's user avatar
-1 votes
1 answer
143 views

All my chats got revealed in my previous phone when someone else tried to login their whatsapp

I used to use whatsapp on my previous phone which i do not anymore. That phone doesnt have my sim nor any of my google accounts in it anymore. Recently a family member put their sim card in this phone ...
SUPERMAN's user avatar
0 votes
0 answers
23 views

Restore .pbak File

i want to make sure that .pbak file is a valid backup. what steps to Restore a .pbak File? If you provide more details about the backup that created the .pbak file, I can offer more specific for you.. ...
Hossam Fid's user avatar
0 votes
1 answer
443 views

Best practice when backing up up persistent container data in Podman

I'm using Vaultwarden to store passwords and other sensitive data. Vaultwarden runs in a container, where the SQLite database is hosted on a volume mapped to the host. The configuration is stored in a ...
Chumpy's user avatar
  • 43
0 votes
0 answers
27 views

Are read-only BTRFS snapshots on a BTRFS volume with compression enabled themselves compressed?

Are read-only BTRFS snapshots on a BTRFS volume with compression enabled themselves compressed? In other words, are subvolumes/snapshots compressed?
Geremia's user avatar
  • 5,530

1
2 3 4 5
116