nssbackup-team team mailing list archive
-
nssbackup-team team
-
Mailing list archive
-
Message #02539
[Bug 722111] Re: Incremental size too large in 0.11.3 and variable with user logged
I have the the same problem. I'm running Ubuntu 10.10, ext4 filesystem -
nothing complicated.
I tried both 0.11.3 and 0.11.4 versions of sbackup, and found this problem in both - it adds non-modified files to output file. In the log, and in the notification area applet, it shows reasonable sizes - around 300-500 Mb. But sometimes, when those are backupped, the notification area reaches 100% completion, and the archive grows after it for a long time - up to 6.3 Gb. (The size of full backup is around 10.4 Gb).
In fact, almost all of those 6.3 Gb come from single directory, but it contains only static content - nothing is modified during the day.
Backup log:
2011-07-06 20:00:22,051 - INFO in profile_handler.__collect_files(236): Summary of backup
2011-07-06 20:00:22,051 - INFO in profile_handler.__collect_files(237): Number of directories: 18678.
2011-07-06 20:00:22,051 - INFO in profile_handler.__collect_files(238): Total number of files: 68712.
2011-07-06 20:00:22,052 - INFO in profile_handler.__collect_files(239): Number of symlinks: 35.
2011-07-06 20:00:22,052 - INFO in profile_handler.__collect_files(240): Number of files included in snapshot: 747.
2011-07-06 20:00:22,052 - INFO in profile_handler.__collect_files(241): Number of new files (also included): 300.
2011-07-06 20:00:22,052 - INFO in profile_handler.__collect_files(242): Number of files skipped in incremental snapshot: 67965.
2011-07-06 20:00:22,052 - INFO in profile_handler.__collect_files(243): Number of items forced to be excluded: 3.
2011-07-06 20:00:22,052 - INFO in profile_handler.__collect_files(244): Number of items to be excluded by config: 685.
2011-07-06 20:00:22,053 - INFO in profile_handler.__collect_files(245): Maximum free size required is '2489 MiB 244 KiB 58'.
2011-07-06 20:00:22,053 - INFO in profile_handler.__collect_files(251): Available disk size is '59480 MiB 808 KiB'.
2011-07-06 20:00:22,072 - INFO in profile_handler.process(202): Snapshot is being committed
2011-07-06 20:00:22,087 - INFO in tar._mk_tar_incr(372): Launching TAR to make incremental backup.
2011-07-06 20:00:22,087 - DEBUG in tar.__prepare_common_opts(261): Temporary includes file: `/tmp/sbackup/includes.list`
2011-07-06 20:00:22,088 - DEBUG in tar.__prepare_common_opts(262): Temporary excludes file: `/tmp/sbackup/excludes.list`
2011-07-06 20:00:22,091 - DEBUG in tar._mk_tar_incr(395): Snapshot's base snarfile: file:///media/Dhole/home/2011-07-05_20.00.06.329011.the-big-maker.inc/files.snar
2011-07-06 20:00:22,091 - DEBUG in tar._mk_tar_incr(396): Snapshot's snarfile: file:///media/Dhole/home/2011-07-06_20.00.06.186799.the-big-maker.inc/files.snar
2011-07-06 20:00:22,092 - DEBUG in tar._mk_tar_incr(397): Temporary snarfile: /tmp/sbackup/files.snar
2011-07-06 20:00:22,096 - DEBUG in tar.launch_sync(625): Lauching: /bin/tar --bzip2 -cS --directory=/ --ignore-failed-read --blocking-factor 20 --totals --files-from=/tmp/sbackup/includes.list --exclude-from=/tmp/sbackup/excludes.list --checkpoint=1019 --checkpoint-action=exec=/usr/share/sbackup/sbackup-progress --listed-incremental=/tmp/sbackup/files.snar
2011-07-06 20:00:22,096 - DEBUG in tar.launch_sync(632): Output archive: file:///media/Dhole/home/2011-07-06_20.00.06.186799.the-big-maker.inc/files.tar.bz2
2011-07-06 20:00:22,102 - DEBUG in tar.launch_sync(644): Subprocess created
2011-07-06 21:09:36,232 - DEBUG in tar.__finish_tar(502): Exit code: 1
2011-07-06 21:09:36,232 - DEBUG in tar.__finish_tar(503): Standard out:
2011-07-06 21:09:36,232 - DEBUG in tar.__finish_tar(504): Error out: /bin/tar: Removing leading `/' from member names
/bin/tar: /home/platon/.opera/vps/0002/adoc.bx: File removed before we read it
/bin/tar: /home/platon/.opera/vps/0002/md.dat: File removed before we read it
/bin/tar: /home/platon/.opera/vps/0002/url.axx: File removed before we read it
/bin/tar: /home/platon/.opera/vps/0002/w.axx: File removed before we read it
/bin/tar: /home/platon/.opera/vps/0002/wb.vx: File removed before we read it
Total bytes written: 18570680320 (18GiB, 4.3MiB/s)
2011-07-06 21:09:36,232 - INFO in tar.__finish_tar(511): Leading '/' from member names were removed.
2011-07-06 21:09:36,233 - INFO in tar.__finish_tar(533): TAR returned warnings:
home/platon/.opera/vps/0002/adoc.bx: File removed before we read it
home/platon/.opera/vps/0002/md.dat: File removed before we read it
home/platon/.opera/vps/0002/url.axx: File removed before we read it
home/platon/.opera/vps/0002/w.axx: File removed before we read it
home/platon/.opera/vps/0002/wb.vx: File removed before we read it
Total bytes written: 18570680320 (18GiB, 4.3MiB/s)
2011-07-06 21:09:36,233 - INFO in tar.__finish_tar(536): TAR returned warnings but has been finished successfully.
2011-07-06 21:09:36,259 - DEBUG in snapshot.commitverfile(580): Commit `ver` file `file:///media/Dhole/home/2011-07-06_20.00.06.186799.the-big-maker.inc/ver` with info `1.5`
2011-07-06 21:09:36,288 - INFO in SnapshotManager._do_cutoff_purge(1105): Simple purge - remove freestanding snapshots older than 30 days.
2011-07-06 21:09:36,292 - INFO in profile_handler.process(218): Backup process finished.
2011-07-06 21:09:36,304 - INFO in _gio_fam.terminate(114): Terminating GIO File Access Manager.
2011-07-06 21:09:36,304 - DEBUG in pathparse.query_mount_uri(253): get_mount_uri: file:///media/Dhole/home
2011-07-06 21:09:36,305 - DEBUG in _gio_utils.umount(274): Umount path: file:///media/Dhole/home
2011-07-06 21:09:36,305 - DEBUG in _gio_utils._is_local(215): Given path is local
2011-07-06 21:09:36,305 - DEBUG in _gio_utils.umount(279): Unmounting local path is not required - calling additional callback
2011-07-06 21:09:36,305 - INFO in profile_handler.finish(319): Processing of profile successfully finished (no errors)
2011-07-06 21:09:36,305 - DEBUG in backupproc.__sendEmail(160): Send
email report
As you see, program was going to write 2.5 Gb, and ended writing 18 Gb
instead.
--
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup.
https://bugs.launchpad.net/bugs/722111
Title:
Incremental size too large in 0.11.3 and variable with user logged
To manage notifications about this bug go to:
https://bugs.launchpad.net/sbackup/+bug/722111/+subscriptions
References