Questions tagged as 'backup'

1
answer

Problems with Batch Backup and with Specific Software

I have two problems with backups performed in different ways (they are distinct and independent solutions), the first is a batch (BAT file) and the second is with the backup software of SEAGATE DASHBOARD (I'll call SD for simplicity) . The ba...
asked by 13.11.2016 / 04:19
1
answer

Incremental Backup Postgresql PITR

I have an incremental backup routine running daily saving Postgresql logs . Every morning the full backup is performed: pg_start_backup() tar -cvzf /usr/local/pgsql/pgDataPITR/pgdatabk.tar /usr/local/pgsql/pgDataPITR/ select pg_stop_b...
asked by 02.11.2016 / 15:01
1
answer

Removing folders from a directory

I have a project in Delphi 2010 in which I use to compress and create backups of WinRAR, through the following code I can compress the following folder teste3 : AFile := 'C:\teste1\teste2\teste3'; LocateFile := 'C:\Users\Desktop\BACKUPS\...
asked by 21.10.2016 / 11:22
0
answers

Is it possible to use RSYNC together with GITHUB? SSH

Can I send the backup of my files to Github by ssh using rsync ? In Github you have the option of SSH . EX: rsync -rav -e ssh [email protected]:username/repo.git /var/html/     
asked by 22.11.2018 / 01:05
0
answers

TO_TIMESTAMP in Oracle Packages

I was doing some maintenance on oracle database object 11g, but in the middle of this adventure I ended up compiling and recompiling versions that gave an error. I would like to know if there is any way to perform a TIMESTAMP on PACKAGES databas...
asked by 17.08.2018 / 21:04
0
answers

How to back up edited files

I find the vs-code fantastic, but I have not found how to make a backup file of the file I'm editing, for example in notepad ++ (simple editor) every time we save our file it saves another with the same name and extension .BAK besides that it ca...
asked by 14.07.2018 / 20:34
0
answers

Configuration laravel-backup

I performed the installation of laravel-backup, command: composer require spatie/laravel-backup I've done the posting of the configuration file: php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider" My generated f...
asked by 23.06.2018 / 18:06
1
answer

cPanel backup script moving files to wrong folder

I have this cPanel full backup script that works fine: ( link ). p> I followed exactly the orientation settings, I created two folders /backups/backup_daily and /backups/backup_monthly and the corresponding cron jobs. The pro...
asked by 06.05.2018 / 03:38
1
answer

database backup

I looked at some tutorials here on the site, but I did not find one that fits with what I'm looking for, so I followed this tutorial Backup & Restore Sql Server database in C # It even has a link in the comments with the codes already r...
asked by 13.02.2018 / 03:51
1
answer

Can I create a cron to delete files with retroactive dates?

See my need, I have a cron that runs every night and creates a file_ddmmaaaa.backup on the Linux Kubuntu server, it happens that the hard disk is filling since this backup file has in average 500MB, how to create a cron that deletes files a date...
asked by 16.12.2017 / 16:13