mikeger.blogg.se

How to skip folders in fbackup 6
How to skip folders in fbackup 6






how to skip folders in fbackup 6

usr/sbin/fbackup -0u -g $GRAPH -f $STOREMED -I $LOGFILE -f $STOREMED # STEP 4.The new release finally brings support for cloud backups, with an option to save your data to Google Drive.Ī "Progress View" keeps you up-to-date with the current backup job, listing details including the files processed so far, the number to go, and estimated time remaining. usr/sbin/mount -F vxfs -o ro /dev/vg00/lvol $COUNTb /lvol $COUNTb done # STEP 3. sbin/fsck -F vxfs /dev/vg00/rlvol $COUNTb sbin/mount -F hfs -o ro /dev/vg00/lvol1b /lvol1b

how to skip folders in fbackup 6

usr/sbin/lvsplit /dev/vg00/lvol $COUNT done # STEP 2. Splitting the mirrors for COUNT in 1 3 4 5 6 7 8 9 do LOGFILE =/mnt/backup/logs/ `date + "%0y%m%d.%R" ` GRAPH =/mnt/backup/split_aph The script skips /dev/vg00/lvol2 # since this is the swap logical volume.

how to skip folders in fbackup 6

#/usr/bin/sh # History: This program was ported on 2008.01.01 from the fbackup to pax conversion # modeled on a Virginia Militar Institute script. To recover the header information from a fbackup command, you can use the - V flag of the frecover and review the header archive. Srwxrwxrwx hpsmdb users /tmp/.s.PGSQL.50006 Srwxrwxrwx sfmdb users /tmp/.s.PGSQL.10864 # frecover -vxX -f /var/tmp/archive.fbackup To recover files stores using absolute paths (trailing /) use the -X option to extract the files relative to the current working directory ( pwd). Recovering archives from relative directories tmp/sd_ipd_acl.2705įbackup(3056): total blocks written to output file -: 37448 tmp -f - | ( cd /var/tmp/test frecover -rvf - )įbackup(1004): session begins on Tue Jan 1 17:30:19 2008įbackup(3024): writing volume 1 to the output file. The fbackup and frecover commands can be piped together to support copying files across directories or mount points. # frecover -r -f /var/tmp/archive.fbackup -g /tmp/aph # frecover -r -f /var/tmp/archive.fbackup -i. To extract a single file or directory on the archive you may use the -i option or a graph file that lists the file(s) or directory(ies) that should be extracted. # frecover -r -f /var/tmp/archive.fbackup To extract the complete contents of the fbackup archive. # frecover -f /var/tmp/archive.fbackup -I /var/tmp/index.fbackup # fbackup -0vi /tmp -f /var/tmp/archive.fbackupįbackup(1004): session begins on Tue Jan 1 17:22:23 2008įbackup(3024): writing volume 1 to the output file /var/tmp/archive.fbackupįbackup(3055): total file blocks read for backup: 37256įbackup(3056): total blocks written to output file /var/tmp/archive.fbackup: 37448








How to skip folders in fbackup 6